Thanks for the link! I didn't watch out for "porting" when looking for it.
I've noticed there is a proper issue tracker at github, so I created a ticket over there: https://github.com/ImageMagick/ImageMagick/issues/1492
Please comment there if you have more input on this bug.
Search found 6 matches
- 2019-02-26T06:13:59-07:00
- Forum: Bugs
- Topic: Regression: may not write any output file, but advertizes success
- Replies: 7
- Views: 11833
- 2019-01-30T04:13:24-07:00
- Forum: Bugs
- Topic: Regression: may not write any output file, but advertizes success
- Replies: 7
- Views: 11833
Re: Regression: may not write any output file, but advertizes success
That's interesting! I could not find any documentation about the actual differences -- where can I get more information on that?
- 2019-01-29T05:16:01-07:00
- Forum: Bugs
- Topic: Regression: may not write any output file, but advertizes success
- Replies: 7
- Views: 11833
Re: Regression: may not write any output file, but advertizes success
"magick" and "magick convert" should be the same, right? I executed the line as is in PowerShell which seems to do the 'right' thing; it originated from a script without shell parsing, though.
- 2019-01-29T01:28:45-07:00
- Forum: Bugs
- Topic: Regression: may not write any output file, but advertizes success
- Replies: 7
- Views: 11833
Re: Regression: may not write any output file, but advertizes success
Looks like there is an inccorect color profile attached to the image already that causes the warning. Might hint into the direction this bug is coming from.
- 2019-01-29T01:26:38-07:00
- Forum: Bugs
- Topic: Regression: may not write any output file, but advertizes success
- Replies: 7
- Views: 11833
Regression: may not write any output file, but advertizes success
Hi there! With recent versions (tested with 7.0.8-17 and 7.0.8-24), ImageMagick stumbles over this file http://www.pinc-software.com/files/floor.jpg when invoked like this: magick.exe convert floor.jpg -resize 600x500> -profile sRGB_v4_ICC_preference.icc output.png There is no error message, and the ...
- 2011-08-16T01:39:40-07:00
- Forum: Bugs
- Topic: PSD effect layers aren't correctly handled
- Replies: 1
- Views: 4469
PSD effect layers aren't correctly handled
Hi, when trying to convert PSD images, the effect only layers are not handled correctly, and contain obviously garbage (which doesn't really look nice when combined). Hope this is helpful, as unfortunately, I can't give away those files, and don't have a PhotoShop installation to create them myself ...