Search found 2 matches
- 2012-03-08T21:30:55-07:00
- Forum: Users
- Topic: JPG Image Quality Loss - what do I do???
- Replies: 4
- Views: 7458
Re: JPG Image Quality Loss - what do I do???
Thanks for the response. Do you happen know of anyway to accomplish this task in a batch process and keep the image quality? -Thanks so much...
- 2012-03-08T19:37:01-07:00
- Forum: Users
- Topic: JPG Image Quality Loss - what do I do???
- Replies: 4
- Views: 7458
JPG Image Quality Loss - what do I do???
I am new to IM and tryign to create a flop of an jpg, and concatenate the orginal and the flopped image back together. Script below:
convert %%a -flop %%a
convert %%a -flop b.jpg
montage %%a b.jpg -mode Concatenate -tile 2x %%a
del b.jpg
The script works, but I loss image quality on some of the ...
convert %%a -flop %%a
convert %%a -flop b.jpg
montage %%a b.jpg -mode Concatenate -tile 2x %%a
del b.jpg
The script works, but I loss image quality on some of the ...