Great!
Thanks by taking the time to update the documentation.
Search found 4 matches
- 2012-03-01T04:35:25-07:00
- Forum: Users
- Topic: Cropping an image result in an unexpected increased filesize
- Replies: 8
- Views: 49375
- 2012-02-29T04:08:20-07:00
- Forum: Users
- Topic: Converting JPG to DCM files
- Replies: 2
- Views: 11876
Re: Converting JPG to DCM files
Hi,
Current version of ImageMagick can only read DICOM file format, not write it.
See http://www.imagemagick.org/script/formats.php
Current version of ImageMagick can only read DICOM file format, not write it.
See http://www.imagemagick.org/script/formats.php
- 2012-02-28T14:18:25-07:00
- Forum: Users
- Topic: Cropping an image result in an unexpected increased filesize
- Replies: 8
- Views: 49375
Re: Cropping an image result in an unexpected increased file
Yes, I suppose that is something about jpg recompresion... in fact, I have discover something that is even more surprising: If I run the commands convert original.jpg -quality 80 -crop 3550x2600+800 q80_crop800.jpg convert original.jpg -quality 80 -crop 3550x2600+801 q80_crop801.jpg I will get two ...
- 2012-02-28T09:18:38-07:00
- Forum: Users
- Topic: Cropping an image result in an unexpected increased filesize
- Replies: 8
- Views: 49375
Cropping an image result in an unexpected increased filesize
Hi, I have noticed a strange behavior in imagemagick (version 6.5.7-8 2010-12-02 Q16 and version 6.6.0-4 2011-06-15 Q16 ), in which cropping an image will result in a increased filesize. Edit: The problem commented here seems to be solved. Read this response for more information. I have a big set of ...