versions 6607q8 and 6608q8 generate same files
www.lipowiec.org\im\611.png
convert 611.png 611.psd
convert 611.png 611.psb
convert -alpha off 611.png 611off.psd
convert -alpha off 611.png 611off.psb
File CRC Size Date Time
------------ ---- -------- -------- ------
611 .PNG 0730 49530 1-29-09 10 ...
Search found 22 matches
- 2010-03-24T12:00:34-07:00
- Forum: Bugs
- Topic: PSD PSB alpha off
- Replies: 0
- Views: 4511
- 2010-03-19T13:56:20-07:00
- Forum: Users
- Topic: Complete dummy NOT converting large format psb to bmp
- Replies: 23
- Views: 55690
Re: Complete dummy NOT converting large format psb to bmp
Using CS4Photoshop
I created 2 files
a) 85,000 x 12,000 pixels 1pixel/inch
b) 85,039 x 11,811 1pixel/inch
Photoshop CS4
would only save in these formats
a) Tiff
b) Photoshop Raw
c) Large Document Format
You are probably trying to save to BMP outside it's range limits.
If this is the case a ...
I created 2 files
a) 85,000 x 12,000 pixels 1pixel/inch
b) 85,039 x 11,811 1pixel/inch
Photoshop CS4
would only save in these formats
a) Tiff
b) Photoshop Raw
c) Large Document Format
You are probably trying to save to BMP outside it's range limits.
If this is the case a ...
- 2010-03-19T08:14:21-07:00
- Forum: Users
- Topic: convert copy differences
- Replies: 0
- Views: 4065
convert copy differences
1) If I use
convert original.xxx copy.xxx <-- where xxx is one of the supported file types
a) should original.xxx and copy.xxx be identical.
b) if they are not identical should copy.xxx have the same image attributes
(for example, I have a PNG which is original.png (~40k in size, 256x256, 8-bit ...
convert original.xxx copy.xxx <-- where xxx is one of the supported file types
a) should original.xxx and copy.xxx be identical.
b) if they are not identical should copy.xxx have the same image attributes
(for example, I have a PNG which is original.png (~40k in size, 256x256, 8-bit ...
Re: PSD PSB
More info
Since I was able to open a file simialr to the files I'm woking on with -alpha off switch.
I went back and check earlier versions of IM and noticed.
this particular file created with both 6605 and 6606 were identical (same crcs) so switch would have worked with previous release as well ...
Since I was able to open a file simialr to the files I'm woking on with -alpha off switch.
I went back and check earlier versions of IM and noticed.
this particular file created with both 6605 and 6606 were identical (same crcs) so switch would have worked with previous release as well ...
Re: PSD PSB
Testing 6606 win Q8
I initally tried my test 600.png
convert 600.png 600.psd
convert 600.png 600.psb
Then tried to open 600.png, 600.psd and 600.psb
CS4PS indicated
original file 600.png was indexed color 8/bits per channel
600.psd creaeted was RGB Color 8bits per channel
600.psb COULD NOT OPEN
I ...
I initally tried my test 600.png
convert 600.png 600.psd
convert 600.png 600.psb
Then tried to open 600.png, 600.psd and 600.psb
CS4PS indicated
original file 600.png was indexed color 8/bits per channel
600.psd creaeted was RGB Color 8bits per channel
600.psb COULD NOT OPEN
I ...
Re: PSD PSB
ImageMagick 6605
Using a test file 600.png www.lipowiec.org\im\600.png
1) convert 600.png 600.psb can not be opened by CS4 Photoshop
2) I compared the headers for files PSD and PSB created by CS4PS and IM6605
there appeared a difference in the Number of Channels field
CS4PS had value 1
IM6605 had ...
Using a test file 600.png www.lipowiec.org\im\600.png
1) convert 600.png 600.psb can not be opened by CS4 Photoshop
2) I compared the headers for files PSD and PSB created by CS4PS and IM6605
there appeared a difference in the Number of Channels field
CS4PS had value 1
IM6605 had ...
Re: PSD PSB
My coding skills are limited. But I recompiled with the following changes.
a) replace all 8BPB with 8BPS
b) changed psd_info.version == 1 to 2
resulting in if ((psd_info.version == 2) && ((psd_info.rows > 300000) ||(psd_info.columns > 300000)))
Saw one occurance of profile=GetImageProfile(image ...
a) replace all 8BPB with 8BPS
b) changed psd_info.version == 1 to 2
resulting in if ((psd_info.version == 2) && ((psd_info.rows > 300000) ||(psd_info.columns > 300000)))
Saw one occurance of profile=GetImageProfile(image ...
PSD PSB
I'll try to keep my comments to this TOPIC PSD PSB
I think I installed 6604 but -version indicates 6605
on XP SP3, 2 meg memory
Version: ImageMagick 6.6.0-5 2010-03-07 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
1) For both PSD and PSB ...
I think I installed 6604 but -version indicates 6605
on XP SP3, 2 meg memory
Version: ImageMagick 6.6.0-5 2010-03-07 Q8 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: OpenMP
1) For both PSD and PSB ...
- 2010-03-08T10:10:49-07:00
- Forum: Users
- Topic: Adobe PSB Format
- Replies: 15
- Views: 45938
Re: Adobe PSB Format
Latest Spec FileFormat CS4 in HTML format
www.lipowiec.org\im\photoshopfileformatCS4.rar <- Only File Format Stuff ~54KB
www.lipowiec.org\im\cs4sdkdochtml.rar <- SDK Doc Complete ~3.5MB
www.lipowiec.org\im\photoshopfileformat.html <- What's in above and start point for spec.
Above is 98% same as in ...
www.lipowiec.org\im\photoshopfileformatCS4.rar <- Only File Format Stuff ~54KB
www.lipowiec.org\im\cs4sdkdochtml.rar <- SDK Doc Complete ~3.5MB
www.lipowiec.org\im\photoshopfileformat.html <- What's in above and start point for spec.
Above is 98% same as in ...
- 2010-03-05T16:32:20-07:00
- Forum: Bugs
- Topic: PSD Broke from 6590 to 6602 and PSB not working
- Replies: 1
- Views: 6152
PSD Broke from 6590 to 6602 and PSB not working
Since PSB in 6601 was added I beleive some legacy PSD has been broken.
I tested with 6590Q8WINstatic and 6602Q8WINstatic WIN BINARY rel.
I created mpc and cache files then did conversions. Both versions 6590and 6602 generate same mpc and cache files.
then I converted mpc to both psd and psb.
http ...
I tested with 6590Q8WINstatic and 6602Q8WINstatic WIN BINARY rel.
I created mpc and cache files then did conversions. Both versions 6590and 6602 generate same mpc and cache files.
then I converted mpc to both psd and psb.
http ...
- 2010-03-05T12:00:17-07:00
- Forum: Bugs
- Topic: Window Link Should Point to 6.6.0.2 not to 6.6.01 Image
- Replies: 1
- Views: 5753
Window Link Should Point to 6.6.0.2 not to 6.6.01 Image
Window Link Should Point to 6.6.0.2 not to 6.6.01 Image
http://www.imagemagick.org/script/binary-releases.php
Windows Binaries are pointing to 6.6.0.1 images which have now been updated to 6.6.0.2 images
IE Reports Internet Explorer cannot display the webpage
need to update HTTP and FTP Links
http://www.imagemagick.org/script/binary-releases.php
Windows Binaries are pointing to 6.6.0.1 images which have now been updated to 6.6.0.2 images
IE Reports Internet Explorer cannot display the webpage
need to update HTTP and FTP Links
- 2010-03-02T11:37:58-07:00
- Forum: Users
- Topic: Adobe PSB Format
- Replies: 15
- Views: 45938
Re: Adobe PSB Format
Found nice tool to parse some info from PSD and PSB
MacOSx and WIn versions
psdparse
Command-line (Terminal) tool to parse Photoshop PSD format files, describe salient structure as text, and dump layers to PNG files
http://www.telegraphics.com.au/sw/
diffing
psdparse --verbose [PSD or PSB]
shows ...
MacOSx and WIn versions
psdparse
Command-line (Terminal) tool to parse Photoshop PSD format files, describe salient structure as text, and dump layers to PNG files
http://www.telegraphics.com.au/sw/
diffing
psdparse --verbose [PSD or PSB]
shows ...
- 2010-03-01T22:23:19-07:00
- Forum: Users
- Topic: Adobe PSB Format
- Replies: 15
- Views: 45938
Re: Adobe PSB Format
CS File Format does good job in difference between PSD and PSB.
I noticed difference between 2000-11 PS 6 and 2003-10 CS docs. PG 19 PS6 and Pg10 CS
In code psd.c MAXPSDChannels = 24 like PS 6.0 doc.
for both psd and psb in CS doc looks like MAXPSDChannels should be set to 56.
This might be update ...
I noticed difference between 2000-11 PS 6 and 2003-10 CS docs. PG 19 PS6 and Pg10 CS
In code psd.c MAXPSDChannels = 24 like PS 6.0 doc.
for both psd and psb in CS doc looks like MAXPSDChannels should be set to 56.
This might be update ...
- 2010-03-01T05:22:38-07:00
- Forum: Users
- Topic: Adobe PSB Format
- Replies: 15
- Views: 45938
Re: Adobe PSB Format
#1 ~ 1 meg per image
http://www.lipowiec.org/im/multilayers.psd
http://www.lipowiec.org/im/multilayers.psb
http://www.lipowiec.org/im/multilayers.tif
#2 ~ 16 meg per image
http://www.lipowiec.org/im/GlassComposition.psd
http://www.lipowiec.org/im/GlassComposition.psb
http://www.lipowiec.org/im ...
http://www.lipowiec.org/im/multilayers.psd
http://www.lipowiec.org/im/multilayers.psb
http://www.lipowiec.org/im/multilayers.tif
#2 ~ 16 meg per image
http://www.lipowiec.org/im/GlassComposition.psd
http://www.lipowiec.org/im/GlassComposition.psb
http://www.lipowiec.org/im ...
- 2010-02-28T15:55:13-07:00
- Forum: Users
- Topic: Adobe PSB Format
- Replies: 15
- Views: 45938
Re: Adobe PSB Format
Here's older doc that might help Adobe Photoshop 6.0 File Format Specification
http://www.lipowiec.org/im/ps6ffspecsv2.pdf
http://www.lipowiec.org/im/ps6ffspecsv2.pdf