Search found 27 matches

by nsh
2013-04-16T13:33:32-07:00
Forum: MagickWand
Topic: Get size of layered PSD file ?
Replies: 1
Views: 10346

Re: Get size of layered PSD file ?

using MosaicLayer as method,is better, but still returns not the exact size of the org image

magick_merged_wand=MagickMergeImageLayers(magick_wand,MosaicLayer);
*width = MagickGetImageWidth(magick_merged_wand);
*height = MagickGetImageHeight(magick_merged_wand);
by nsh
2013-04-16T11:32:11-07:00
Forum: MagickWand
Topic: Get size of layered PSD file ?
Replies: 1
Views: 10346

Get size of layered PSD file ?

Hi, i'm trying to get the width and height out of a PSD file, but only get size of one layer. I'm trying to do this with this code: magick_merged_wand=NewMagickWand(); magick_merged_wand=MagickMergeImageLayers(magick_wand,MergeLayer); *width = MagickGetImageWidth(magick_merged_wand); *height = Magic...
by nsh
2010-01-08T05:47:29-07:00
Forum: Bugs
Topic: Multiple Photoshop records
Replies: 1
Views: 5445

Multiple Photoshop records

After converting some jpegs , convert writes jpegs that are no god for changing resolution with exiftool. (1) CONVERT THEN EXIFTOOL = ERROR ------------------------------------------------------------------------- 13:23 ~/PROBLEM-IMAGES >convert 36397435-small-2.jpg out.jpg 13:26 ~/PROBLEM-IMAGES >e...
by nsh
2008-11-28T05:17:42-07:00
Forum: MagickWand for PHP
Topic: EPS vector vs bitmap
Replies: 0
Views: 9117

Re: EPS vector vs bitmap

I'm asking the same thing i this thread (found this when i where searching for just eps...)
anyone ? viewtopic.php?f=1&t=12569
by nsh
2008-11-27T06:46:23-07:00
Forum: Users
Topic: Photoshop EPS
Replies: 1
Views: 7137

Photoshop EPS

Sorry for asking, but is there any workaround to get convert (imagemagick) to save eps files so that photoshop don't ask for rasterizing options when opens the result file ? image magick writes generic eps, not photoshop eps, i know, but still... it's seams that photoshops adds this line : %ImageDat...
by nsh
2008-11-21T06:28:49-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Re: Converting PSD files (multilayerd)

any news ?
by nsh
2008-11-19T16:27:47-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Re: Converting PSD files (multilayerd)

Tested with 6.4.5-8, no diference, the bug is still out there...
by nsh
2008-11-14T16:51:56-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Re: Converting PSD files (multilayerd)

any news regarding this issue ?
by nsh
2008-11-05T09:59:12-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Re: Converting PSD files (multilayerd)

Yes, of course , sorry, installed the latest version, and run the commands again [WhiteMac:~] nisse% convert 05S98-TONI-421-SMALL.psd ut.psd [WhiteMac:~] nisse% identify ut.psd identify: Improper image header `ut.psd'. [WhiteMac:~] nisse% convert -version Version: ImageMagick 6.4.5 2008-11-01 Q16 ht...
by nsh
2008-11-05T03:27:27-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Re: Converting PSD files (multilayerd)

2008-11-05T11:26:13+01:00 0:02 0.080u 6.2.9 Coder identify[1722]: psd.c/unknown/874/Coder layer type was È instead of 8BIM [lapinkulta:~/Desktop] nisse% identify -debug all ut.psd 2008-11-05T11:26:12+01:00 0:01 0.000u 6.2.9 Configure identify[1722]: utility.c/unknown/805/Configure Command line: iden...
by nsh
2008-11-05T03:10:40-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Re: Converting PSD files (multilayerd)

Sorry, version of convert is :

[lapinkulta:~/Desktop] nisse% convert -version
Version: ImageMagick 6.2.9 09/23/06 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2006 ImageMagick Studio LLC
[lapinkulta:~/Desktop] nisse%

And OS is Mac OS X
by nsh
2008-11-05T03:09:21-07:00
Forum: Bugs
Topic: Converting PSD files (multilayerd)
Replies: 9
Views: 23431

Converting PSD files (multilayerd)

Hi, check this sample test [lapinkulta:~/Desktop] nisse% convert 05S98-TONI-421-SMALL.psd ut.psd [lapinkulta:~/Desktop] nisse% identify ut.psd identify: Improper image header `ut.psd'. [lapinkulta:~/Desktop] nisse% ls -l ut.psd -rw-r--r-- 1 nisse wheel 731422 Nov 5 11:05 ut.psd [lapinkulta:~/Desktop...
by nsh
2008-11-04T05:52:10-07:00
Forum: Users
Topic: Multilayerd Photoshop files
Replies: 3
Views: 13126

Re: Multilayerd Photoshop files

Hi, any news about multilayerd PSD files, i did a simple test, convert 05S98-TONI-421-SMALL.psd ut.psd read PSD file, and save as PSD file, and that ends up with a corrupt file. http://web.telia.com/~u03000708/corrupt.jpg the psd file is here http://web.telia.com/~u03000708/05S98-TONI-421-SMALL.psd
by nsh
2008-08-13T05:47:32-07:00
Forum: Users
Topic: Annotate, (and draw) gives odd result
Replies: 3
Views: 10158

Re: Annotate, (and draw) gives odd result

After some research and trial and error, i found that i need to give the option -font Helvetica to get the annotate to function convert testimage.jpg -gravity South -background YellowGreen -splice 0x18 -font Helvetica -draw "text 0,0 'Anthony'" ut.jpg convert testimage.jpg -gravity South -...