It works! I delete filter " -clean 95". JPEG don't like this filter.
Thank you cday for supporting.
Search found 4 matches
- Thu Jul 02, 2020 7:36 pm
- Forum: NConvert
- Topic: JPEG metadata issue with -clean
- Replies: 9
- Views: 4254
- Thu Jul 02, 2020 10:36 am
- Forum: NConvert
- Topic: JPEG metadata issue with -clean
- Replies: 9
- Views: 4254
Re: JPG files is NO complete
It is difficult to "see the wood for the trees" with your long code lines including long file names.
On your last point, when the output format is specified using -out then ' jpeg ' is correct because that is the file format name, not an extension.
And the -canvas 99%%%% 99%%%% term should be ...
- Thu Jul 02, 2020 9:51 am
- Forum: NConvert
- Topic: JPEG metadata issue with -clean
- Replies: 9
- Views: 4254
Re: JPG files is NO complete
cday, thank you!
replacing * by *.* and replacing * by *.* *.png *.jpg not help
replacing canvas 99%%%% 99%%%% by -canvas 99%% 99%% not help too
Then, i specify output format to jpeg:
d:\distr\NConvert-win64\NConvert\nconvert.exe -clean 95 -rotate_flag smooth -rotate 0.5 -ratio -rtype lanczos ...
replacing * by *.* and replacing * by *.* *.png *.jpg not help
replacing canvas 99%%%% 99%%%% by -canvas 99%% 99%% not help too
Then, i specify output format to jpeg:
d:\distr\NConvert-win64\NConvert\nconvert.exe -clean 95 -rotate_flag smooth -rotate 0.5 -ratio -rtype lanczos ...
- Thu Jul 02, 2020 4:11 am
- Forum: NConvert
- Topic: JPEG metadata issue with -clean
- Replies: 9
- Views: 4254
JPEG metadata issue with -clean
Hello. Please, help me.
I have png and jpeg files in directory.
then, i write command in CMD line.
d:\distr\NConvert-win64\NConvert\nconvert.exe -clean 95 -rotate_flag smooth -rotate 0.5 -ratio -rtype lanczos -rflag incr -rflag orient -resize 105%% 105%% -sharpen 1 -autocontrast -autolevels ...
I have png and jpeg files in directory.
then, i write command in CMD line.
d:\distr\NConvert-win64\NConvert\nconvert.exe -clean 95 -rotate_flag smooth -rotate 0.5 -ratio -rtype lanczos -rflag incr -rflag orient -resize 105%% 105%% -sharpen 1 -autocontrast -autolevels ...