Search found 11 matches

by qwertywin
2013-10-30T13:07:45-07:00
Forum: MagickWand
Topic: 8BIMTEXT profile wont attach to new image
Replies: 0
Views: 8911

8BIMTEXT profile wont attach to new image

Version of IM: ImageMagick 6.4.2 11/20/12 Q16 OpenMP So I have the following php code to attach a some IPTC headers into my image using 8BIMTEXT, but I can't for the life of me get it working <?php $imWand2 = NewMagickWand(); MagickReadImage( $imWand2, "testinput.jpg" ); $meta = "2#40...
by qwertywin
2012-06-29T16:02:14-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

Re: creating multiple images fails

not quite solved yet :( so the last image in the command ends up with 16 sizes /images/3/0/44/966/472/msyri_phototour22_J.jpg /images/3/0/44/966/472/msyri_phototour22_J-0.jpg /images/3/0/44/966/472/msyri_phototour22_J-1.jpg /images/3/0/44/966/472/msyri_phototour22_J-2.jpg /images/3/0/44/966/472/msyr...
by qwertywin
2012-06-29T15:54:15-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

Re: creating multiple images fails

sorry it is there, I just was reformatting it so it was readable! (ive added it in now!)

thanks I dumbly copied that part about loseless.
by qwertywin
2012-06-29T15:46:34-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

Re: creating multiple images fails

awesome! that makes perfect sense. now another issue, the last image i try to create never gets created: convert 44966473.jpg -colorspace RGB -write mpr:image +delete ( mpr:image -filter Lanczos -resize 670x480! -format JPEG -compress Lossless -quality 85.0 -colorspace RGB -write /images/3/0/44/966/...
by qwertywin
2012-06-29T15:20:59-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

Re: creating multiple images fails

well that was dumb of me. i moved to using mpr:image method convert input.jpg -write mpr:image +delete ( mpr:image -thumbnail x480 -write 480_wide.jpg ) ( mpr:image -thumbnail x250 -write 250_wide.jpg ) ( mpr:image -thumbnail x100 -write 100_wide.jpg ) ( mpr:image -thumbnail 64x64! -write 64_square....
by qwertywin
2012-06-29T13:42:15-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

Re: creating multiple images fails

the major problem I have is the results are completely unexpected and differ, mainly because the order of the commands is different per invocation also.

I'll see if i can do it the way you proposed with im4java
by qwertywin
2012-06-29T13:23:22-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

Re: creating multiple images fails

yes, I want use the first "original" image and create multiple sizes different sizes from it, unless im wrong (which wouldnt surprise me) I believe this is the way to do it as +clone, should clone the image from the stack (the original image) then -write will put my new image on the stack,...
by qwertywin
2012-06-29T12:55:48-07:00
Forum: Users
Topic: creating multiple images fails
Replies: 14
Views: 20703

creating multiple images fails

So I am using IM4JAVA to create a commandline call and it outputs the following, now problem is even though I tell imagemagick to force the size (-resize WxH!) it still does not do exactly what it is told, highly confusing. I have moved each sub operation onto a new line for readability. convert /tm...
by qwertywin
2010-04-16T10:50:32-07:00
Forum: Users
Topic: JPEG find the Colorspace
Replies: 1
Views: 6751

JPEG find the Colorspace

Hi, I've been running around in circles trying to workout where ImageMagick gets the colorspace of a JPEG from, I know there must be somewhere in the metadata, but I can't for the life of me find it and traversing the IM source is not as easy as I thought it would be :( any help would be great I kno...
by qwertywin
2010-04-13T09:40:03-07:00
Forum: Users
Topic: Ghostscript error when processing an EPS
Replies: 2
Views: 6581

Re: Ghostscript error when processing an EPS

mmmm yeh

just for reference it kicks out that error in MagickReadImage()

Code: Select all

$imWand = NewMagickWand();
MagickReadImage( $imWand, $localFilename );
by qwertywin
2010-04-13T08:42:33-07:00
Forum: Users
Topic: Ghostscript error when processing an EPS
Replies: 2
Views: 6581

Ghostscript error when processing an EPS

http://staging.vfmii.com/medlib/dketest/H0HLRD23.EPS When im processing this EPS file with imagemagick I get this error 146 Error: /undefined in 147 Operand stack: 148 Execution stack: 149 %interp_exit .runexec2 --nostringval-- --nostringval-- --nostringval-- 2 %stopped_push --nostringval-- --nostri...