Hello,
Here is the Download-link of the new Image-converter
Because it is very complicated, let me know if something doesn't work
NConvert.exe ( Engine ) must be included in Your Working-directory !!!
Download ( 4.0 MB ) :
http://www.pflegeplus.com/fw_downloads/FConvert1.zip
( 2 Bugfixes in < RESIZING > and < WATERMARK > )
To convert from inside Your Application is very easy.
The Script is generated from inside the Tool.
Only a few Lines needed :
// Sharpen SCRIPT
cIN_File := E:\T_NCONVERT\Images\OLGA_1.JPG
cOUT_File := E:\T_NCONVERT\Images\OLGA_1.JPG
cScript := " -quiet -o cOUT_File -sharpen 80 -overwrite " + cIN_File
WAITRUN ( "NConvert " + cScript, 0 )
There are 3 different ways, to save / work on a Image.
1. Each Effect uses the Original ( The Working File looks like Olga_1.jpg )
2. Multiple Effects on Top of each other
3. Each Effect is saved to a new File like Olga_1_001.jpg, Olga_1_002.jpg .....
A new Format-file looks like Olga_F.tiff
A created Image can be exported to a different Directory.
Best Regards
Uwe