Search found 4 matches
- 2013-02-11T07:50:40-07:00
- Forum: Developers
- Topic: Save Montage to Blob with Magick++
- Replies: 0
- Views: 8730
Save Montage to Blob with Magick++
Hi. I have a montage, and I can save it to disk when specified the destination path. However when I try to save it to a Blob it fails. Am I missing some settings? Version: ImageMagick 6.8.2-5 2013-02-05 Q8 Machine: Windows 7 x64 The exception: Unhandled Exception: System.AccessViolationException ...
- 2012-03-19T02:38:55-07:00
- Forum: Bugs
- Topic: Converted image ICC Profile not recognised by Photoshop
- Replies: 5
- Views: 11431
Re: Converted image ICC Profile not recognised by Photoshop
I believe, that the issue is that IM will decompress and recompress when converting. So there is some change in quality. But the amount of difference is minimal as rmse error of 0.05%. However, if the min or max values change in such a binary image, then it could be noticeable. convert original.jpg ...
- 2012-03-14T01:25:44-07:00
- Forum: Bugs
- Topic: Converted image ICC Profile not recognised by Photoshop
- Replies: 5
- Views: 11431
Re: Convert corrupts ICC Profile?
Hi.fmw42 wrote:can you post your two images separately, so that we can examine them with -verbose info:
I updated my post with the files and infos.
- 2012-03-13T10:04:19-07:00
- Forum: Bugs
- Topic: Converted image ICC Profile not recognised by Photoshop
- Replies: 5
- Views: 11431
Converted image ICC Profile not recognised by Photoshop
Hi. After converting a jpg file the output image ICC profile will not be recognised by Photoshop, and the result will be significantly brighter. Reproduce: 1. Create a Grayscale image 2. Change the ColorSpace to sRGB or AdobeRGB and Save it 3. Convert it with imagemagick >convert original.jpg result ...