Search found 10 matches

by Lem
2018-09-09T13:43:42-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Thank you for your help!
And, exactly, I should upgrade it to avoid hanging!
by Lem
2018-09-09T02:58:38-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Thank you, snibgo!
Successfully compiled and tested them.
They work ImageMagick 6.9.10-11 and 7.0.8-11, but it doesn't work 6.9.9-11 (identify -verbose)

https://cygwin.com/ml/cygwin/2018-09/msg00148.html
by Lem
2018-09-08T03:38:51-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Good! It's good to hear that newer version doesn't hang.
And exactly, I should use the latest one.

But I use cygwin, and the ImageMagick package on cygwin is not updated recently.
It will take time to test building the latest version from the source, even if I can, since I have no experience...
by Lem
2018-09-07T14:29:25-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Thank you for testing and reproducing the situations.

I noticed that this also hangs at 'identiy':

Code: Select all

convert a.png -depth 1 a_depth1.psd
identify -verbose a_depth1.psd
And ImageMagick version is: ImageMagick 6.9.9-11 Q16 x86_64 2017-09-30
by Lem
2018-09-07T02:47:54-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Code: Select all

convert a.png -monochrome -depth 1 a2.psd
identify -verbose a2.psd
by Lem
2018-09-07T02:41:12-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Yes, it works 'convert a.png a1.psd; identify a1.psd'.

But, it's a differnt case from what I mean. Please test as follows:

convert a.png -monochrome -depth 1 a2.psd
identify -verbose a2.psd

Note that do it without omitting '-verbose'.
by Lem
2018-09-05T06:34:18-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Thanks for comments.

But, 'a2.psd' is generated by 'convert a.png -monochrome -depth 1 a2.psd'.
And 'a.png' is given in the script in base64 encoding.

Or we can make the 'a2.psd' from this script:

#!/bin/sh
base64 -d <<END > a2.psd ...
by Lem
2018-09-05T04:58:04-07:00
Forum: Bugs
Topic: Converting PSD File (Bitmap mode) into various formats results in black image on linux
Replies: 21
Views: 39480

Re: Converting PSD File (Bitmap mode) into various formats results in black image on linux

Hi!

I encountered a problem that 'identify' hangs while treating converted psd files,
which might be related to this topic.

I use cygwin and imagemagick:

$ convert -version$ convert -version
Version: ImageMagick 6.9.9-11 Q16 x86_64 2017-09-30 http://www.imagemagick.org
Copyright: © 1999-2017 ...