Search found 10 matches

by slgaficon
2019-04-02T06:47:38-07:00
Forum: Users
Topic: Recognize broken profile
Replies: 5
Views: 4645

Re: Recognize broken profile

Thanks for clarification.
We already use exiftool and can inspect a profile with this tool as well. Generally, the color space of the image (determined by identify) hast to match the color space of the profile. Checking this will avoid psychedelic colors.
by slgaficon
2019-03-29T08:05:01-07:00
Forum: Users
Topic: Recognize broken profile
Replies: 5
Views: 4645

Re: Recognize broken profile

So, how can one detect this misstuffing of the image with IM?
by slgaficon
2019-03-29T02:41:04-07:00
Forum: Users
Topic: Recognize broken profile
Replies: 5
Views: 4645

Re: Recognize broken profile

Effective IM command:
magick convert -units PixelsPerInch profile_04_4c_CH.jpg -units PixelsPerInch -depth 8 -density 300 +profile icc +profile 8bim -profile "icc_profiles/USWebCoatedSWOP.icc" -set profile icc_profiles/ISOcoated_v2_eci.icc converted/profile_04_4c_CH.psd
by slgaficon
2019-03-29T02:39:35-07:00
Forum: Users
Topic: Recognize broken profile
Replies: 5
Views: 4645

Recognize broken profile

Version: ImageMagick 7.0.8-27 Q16 x64 Platform: Windows I have an image that is converted to PSD format. When opening this image in PhotoShop, it's said: The embedded ICC profile cannot be used because the ICC profile is invalid. IM has no problem converting it to PSD format using the profile given ...
by slgaficon
2019-03-18T07:53:36-07:00
Forum: Users
Topic: Alpha channel gets removed from grayscale image with IM 7.x
Replies: 11
Views: 6002

Re: Alpha channel gets removed from grayscale image with IM 7.x

Thanks for reply. Leaving out [0] everywhere solves the issue.
Can anyone tell me why this worked in previous IM Versions? Is it a general recommendation to leave out [0]?
by slgaficon
2019-03-18T06:34:29-07:00
Forum: Users
Topic: Alpha channel gets removed from grayscale image with IM 7.x
Replies: 11
Views: 6002

Re: Alpha channel gets removed from grayscale image with IM 7.x

Thanks, using your recommendations, I do get a transparent image. Next step after conversion is to draw a shadow. With ImageMagick 6 and the cited command, the shadow was drawn around the object. Now, the shadow is drawn at the border of the canvas. This seems to be because the apha channel is no lo...
by slgaficon
2019-03-15T06:36:47-07:00
Forum: Users
Topic: Alpha channel gets removed from grayscale image with IM 7.x
Replies: 11
Views: 6002

Re: Alpha channel gets removed from grayscale image with IM 7.x

IM Version: 7.0.8-27 Q16 x64 Platform Windows x64 I changed the command to: magick convert -units PixelsPerInch 5845394_02_1c_DE.psd[0] -units PixelsPerInch -depth 8 -density 300 +profile 8bim converted/5845394_02_1c_DE.psd PhotoShop cannot read the created psd file: ... file is not compatiple with ...
by slgaficon
2019-03-11T07:43:27-07:00
Forum: Users
Topic: Alpha channel gets removed from grayscale image with IM 7.x
Replies: 11
Views: 6002

Re: Alpha channel gets removed from grayscale image with IM 7.x

To your last comment: You are absolutely right, the unsharp mask is worth nothing.
The command line given is the result of a longer script that generates it - with some overhead.
by slgaficon
2019-02-18T01:27:09-07:00
Forum: Users
Topic: Alpha channel gets removed from grayscale image with IM 7.x
Replies: 11
Views: 6002

Alpha channel gets removed from grayscale image with IM 7.x

I recently needed to upgrade from IM 6.7 to IM 7.x and ran into trouble with grayscale images. Precisely, I have a PSD file with alpha channel and clipping path which converted well with the existing generic script. But now, using the very same script, the alpha channel is removed. Command line: mag...