Search found 1 match
- 2013-09-25T14:08:29-07:00
- Forum: Bugs
- Topic: JPEG coder ignores undefined resolution
- Replies: 1
- Views: 1907
JPEG coder ignores undefined resolution
When running the following command: convert image.jpg -density 1 -units undefined converted.jpg The resolution units are saved in the converted.jpg as PixelsPerInch instead of None. Attached are two patches to fix this in the JPEG coder; one for 6.8.7 and one for svn develop. Index: coders/jpeg.c ...