Sorry, no I didnt get the time allocated.
It seems that newer IM has slightly improved support, according to the changelog.
Search found 40 matches
- 2012-01-12T02:31:03-07:00
- Forum: Developers
- Topic: Reading Group Layers in PSD files
- Replies: 5
- Views: 19464
- 2009-07-02T16:16:38-07:00
- Forum: Developers
- Topic: IM can't read its own PSD files if it contains layers
- Replies: 3
- Views: 12250
Re: IM can't read its own PSD files if it contains layers
Thanks for your reply.
You are absolutely right, using +ping makes newest IM also identify all 3 layers in the original file.
$ /usr/local/im/im6.5.4/bin/identify +ping nem_154049_fc_JNSMALL.psd
nem_154049_fc_JNSMALL.psd[0] PSD 248x239 248x239+0+0 8-bit DirectClass 346kb
nem_154049_fc_JNSMALL ...
You are absolutely right, using +ping makes newest IM also identify all 3 layers in the original file.
$ /usr/local/im/im6.5.4/bin/identify +ping nem_154049_fc_JNSMALL.psd
nem_154049_fc_JNSMALL.psd[0] PSD 248x239 248x239+0+0 8-bit DirectClass 346kb
nem_154049_fc_JNSMALL ...
- 2009-07-02T06:02:21-07:00
- Forum: Bugs
- Topic: clipping path is distorted, when the image is cropped
- Replies: 12
- Views: 39682
Re: clipping path is distorted, when the image is cropped
Hi rvanderkooy,
Apperently never :-|
However I have posted the Java code. And its working great for us.
Anyone familiar with C and IM could insert this code in IM source and create a patch.
So, the real question migt be: When will someone pay a C prof do it.
Im sure IM would accept a patch ready ...
Apperently never :-|
However I have posted the Java code. And its working great for us.
Anyone familiar with C and IM could insert this code in IM source and create a patch.
So, the real question migt be: When will someone pay a C prof do it.
Im sure IM would accept a patch ready ...
- 2009-07-02T05:56:11-07:00
- Forum: Users
- Topic: Resizing eps to eps with problems.
- Replies: 5
- Views: 16443
- 2009-07-02T05:53:31-07:00
- Forum: Developers
- Topic: Reading Group Layers in PSD files
- Replies: 5
- Views: 19464
Re: Reading Group Layers in PSD files
Hi IonSwitz
This post about PSD might be of interest you too:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14103
I am hoping I get some time to dive into psd.c by end August.
Perhaps we could do some co-development to fix some PSD file reading/writing bugs?
Yours,
Jacob ...
This post about PSD might be of interest you too:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=14103
I am hoping I get some time to dive into psd.c by end August.
Perhaps we could do some co-development to fix some PSD file reading/writing bugs?
Yours,
Jacob ...
- 2009-06-29T06:24:40-07:00
- Forum: Developers
- Topic: IM can't read its own PSD files if it contains layers
- Replies: 3
- Views: 12250
IM can't read its own PSD files if it contains layers
Using ImageMagick 6.4.5 2009-06-04 Q16 OpenMP on Ubuntu Linux and a PSD file with 3 layers:
(availabable at http://javabog.dk/filer/psd/nem_154049_fc_JNSMALL.psd)
$ convert nem_154049_fc_JNSMALL.psd x.psd
$ convert x.psd y.psd
convert: maximum channels exceeded `x.psd' @ coders/psd.c/ReadPSDImage ...
(availabable at http://javabog.dk/filer/psd/nem_154049_fc_JNSMALL.psd)
$ convert nem_154049_fc_JNSMALL.psd x.psd
$ convert x.psd y.psd
convert: maximum channels exceeded `x.psd' @ coders/psd.c/ReadPSDImage ...
- 2009-06-29T04:47:37-07:00
- Forum: Developers
- Topic: Problem with embeding a cmyk-icc-profile in a psd-file
- Replies: 1
- Views: 6708
Re: Problem with embeding a cmyk-icc-profile in a psd-file
So, the problem is
- when I use the cmd: convert test_cmyk.jpg test_cmyk.psd
then the cmyk icc-profile in test_cmyk.jpg is gone in test_cmyk.psd
identify -verbose test_cmyk.jpg gives:
Profile-icc: 557168 bytes
U.S. Web Coated (SWOP) v2
this is gone in test_cmyk.psd (also on Linux using ...
- when I use the cmd: convert test_cmyk.jpg test_cmyk.psd
then the cmyk icc-profile in test_cmyk.jpg is gone in test_cmyk.psd
identify -verbose test_cmyk.jpg gives:
Profile-icc: 557168 bytes
U.S. Web Coated (SWOP) v2
this is gone in test_cmyk.psd (also on Linux using ...
- 2008-11-04T16:03:28-07:00
- Forum: Users
- Topic: IM Fourier Transform Function
- Replies: 3
- Views: 12033
Re: IM Fourier Transform Function
We would definitely use it.
As its not available now we use ImageJ ( http://rsbweb.nih.gov/ij/ ) for now.
As its not available now we use ImageJ ( http://rsbweb.nih.gov/ij/ ) for now.
- 2008-08-12T07:05:42-07:00
- Forum: Bugs
- Topic: transparency is disappearing in ImageMagick vers. 6.4.1
- Replies: 13
- Views: 35095
Re: transparency is disappearing in ImageMagick vers. 6.4.1
I repeat my question:
magick, please please clarify what you meant by the
'Ok, easy fix. We need to propagate the extra samples type, in this case associated alpha.'
and how to do this also on new images.
What code did you change? What attributes (og whatever?) was too much/missing in the TIFF ...
magick, please please clarify what you meant by the
'Ok, easy fix. We need to propagate the extra samples type, in this case associated alpha.'
and how to do this also on new images.
What code did you change? What attributes (og whatever?) was too much/missing in the TIFF ...
- 2008-07-18T13:33:30-07:00
- Forum: Bugs
- Topic: transparency is disappearing in ImageMagick vers. 6.4.1
- Replies: 13
- Views: 35095
Re: transparency is disappearing in ImageMagick vers. 6.4.1
magick, please please clarify what you meant by the
'Ok, easy fix. We need to propagate the extra samples type, in this case associated alpha.'
and how to do this also on new images.
What code did you change? What attributes (og whatever?) was too much/missing in the TIFF image to make it Adobe ...
'Ok, easy fix. We need to propagate the extra samples type, in this case associated alpha.'
and how to do this also on new images.
What code did you change? What attributes (og whatever?) was too much/missing in the TIFF image to make it Adobe ...
- 2008-02-28T20:17:11-07:00
- Forum: Bugs
- Topic: EXIF data missed on TIFF images
- Replies: 1
- Views: 6756
EXIF data missed on TIFF images
On the same image saved (from Photoshop) as TIFF and JPG image,
the following difference in identify -verbose is shown:
on the JPG image identify -verbose shows:
Profile-8bim: 74358 bytes
unknown[2,0]:
unknown[109,102]:
unknown[0,98]:
unknown[31,0]: b
unknown[0,192]:
Profile-exif: 2447 ...
the following difference in identify -verbose is shown:
on the JPG image identify -verbose shows:
Profile-8bim: 74358 bytes
unknown[2,0]:
unknown[109,102]:
unknown[0,98]:
unknown[31,0]: b
unknown[0,192]:
Profile-exif: 2447 ...
- 2008-02-26T07:51:33-07:00
- Forum: Bugs
- Topic: IM cannot reat Exif data from RAW files
- Replies: 1
- Views: 7294
IM cannot reat Exif data from RAW files
If convert raw file from f.ex. a canon eos 350D(CR2-file) to a jpg
file by using Camera raw from Adobe Photoshop and then use the command:
identify -verbose _mg_3100.jpg
I get this result all these exif data:
Exif:ApertureValue: 6643856/1000000
Exif:Artist: unknown
Exif:CustomRendered: 0 ...
file by using Camera raw from Adobe Photoshop and then use the command:
identify -verbose _mg_3100.jpg
I get this result all these exif data:
Exif:ApertureValue: 6643856/1000000
Exif:Artist: unknown
Exif:CustomRendered: 0 ...
- 2008-02-19T09:42:20-07:00
- Forum: Bugs
- Topic: RAW conversion 16bit and 8bit mixed
- Replies: 1
- Views: 7087
RAW conversion 16bit and 8bit mixed
When converting from RAW format, for example
convert CR2_MG_2959.CR2 x.tif
the image gets very distorted in its colors (using ImageMagick 6.3.8 02/16/08 Q8).
I suppose its becaurse color depth is interpreted wrongly.
I noticed that IM is using this comand behind the scenes to create e PNM image ...
convert CR2_MG_2959.CR2 x.tif
the image gets very distorted in its colors (using ImageMagick 6.3.8 02/16/08 Q8).
I suppose its becaurse color depth is interpreted wrongly.
I noticed that IM is using this comand behind the scenes to create e PNM image ...
- 2008-01-24T23:47:36-07:00
- Forum: Bugs
- Topic: SetImageProfile(image,"iptc",...) doesen't work
- Replies: 3
- Views: 11309
Re: SetImageProfile(image,"iptc",...) doesen't work
I repeat my request (with hopes of a reaction):
Jacob Nordfalk
Thank youCould you please state the correct names to be used in this method call?
Jacob Nordfalk
- 2008-01-24T23:44:06-07:00
- Forum: Bugs
- Topic: clipping path is distorted, when the image is cropped
- Replies: 12
- Views: 39682
Re: clipping path is distorted, when the image is cropped
Sorry, a small bug had sneaked in in case of a pathname with oneven length.
I have edited the previous post to include de fix:
if (count % 2 == 1) n--; //XXX NEW
And regarding to
I really hope you cat get the time to get the fix into the C code at some time. Please let me know if you do ...
I have edited the previous post to include de fix:
if (count % 2 == 1) n--; //XXX NEW
And regarding to
I really hope you cat get the time to get the fix into the C code at some time. Please let me know if you do ...