Search found 22 matches

by jmagyari
2010-03-24T12:00:34-07:00
Forum: Bugs
Topic: PSD PSB alpha off
Replies: 0
Views: 3797

PSD PSB alpha off

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:12p...
by jmagyari
2010-03-19T13:56:20-07:00
Forum: Users
Topic: Complete dummy NOT converting large format psb to bmp
Replies: 23
Views: 47951

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 better er...
by jmagyari
2010-03-19T08:14:21-07:00
Forum: Users
Topic: convert copy differences
Replies: 0
Views: 3382

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 pale...
by jmagyari
2010-03-17T12:14:50-07:00
Forum: Bugs
Topic: PSD PSB
Replies: 12
Views: 30011

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. I ...
by jmagyari
2010-03-16T21:07:10-07:00
Forum: Bugs
Topic: PSD PSB
Replies: 12
Views: 30011

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 ne...
by jmagyari
2010-03-13T11:34:17-07:00
Forum: Bugs
Topic: PSD PSB
Replies: 12
Views: 30011

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 a ...
by jmagyari
2010-03-11T20:38:20-07:00
Forum: Bugs
Topic: PSD PSB
Replies: 12
Views: 30011

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(im...
by jmagyari
2010-03-08T18:53:44-07:00
Forum: Bugs
Topic: PSD PSB
Replies: 12
Views: 30011

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 the...
by jmagyari
2010-03-08T10:10:49-07:00
Forum: Users
Topic: Adobe PSB Format
Replies: 15
Views: 39409

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 ...
by jmagyari
2010-03-05T16:32:20-07:00
Forum: Bugs
Topic: PSD Broke from 6590 to 6602 and PSB not working
Replies: 1
Views: 5244

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:\\...
by jmagyari
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: 4823

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
by jmagyari
2010-03-02T11:37:58-07:00
Forum: Users
Topic: Adobe PSB Format
Replies: 15
Views: 39409

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 how...
by jmagyari
2010-03-01T22:23:19-07:00
Forum: Users
Topic: Adobe PSB Format
Replies: 15
Views: 39409

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 f...
by jmagyari
2010-03-01T05:22:38-07:00
Forum: Users
Topic: Adobe PSB Format
Replies: 15
Views: 39409

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/Glass...
by jmagyari
2010-02-28T15:55:13-07:00
Forum: Users
Topic: Adobe PSB Format
Replies: 15
Views: 39409

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