Search found 68 matches

by blue-j
2009-08-03T05:23:18-07:00
Forum: Users
Topic: ImageMagick is installed (Leopard) but does not work
Replies: 16
Views: 38195

Re: ImageMagick is installed (Leopard) but does not work

installing using macports and a GUI like porticus makes this easy as pie, and will track all the dependencies and make upgrading a snap. i recommend uninstalling and reinstalling using porticus, and then you won't have to worry about manually upgrading all the dependent files!
by blue-j
2009-06-29T01:44:59-07:00
Forum: Users
Topic: identify -format "%[colorspace]" file.ext Does Not Work
Replies: 0
Views: 3526

identify -format "%[colorspace]" file.ext Does Not Work

Hi everyone, hope you're doing well. I've been trying to branch off colorspace, and have tried identify -format "%[colorspace]" file.ext as suggested in: http://www.imagemagick.org/script/escape.php but get a blank line. Some other bracketed options work, but not colorspace, nor depth. I h...
by blue-j
2009-06-25T22:19:28-07:00
Forum: Users
Topic: Converting to an ICC profile's color space
Replies: 2
Views: 6804

Re: Converting to an ICC profile's color space

also, i did install +lcms and show that i am running 1.18a. also, my IM version 6.5.2-9. however, i am not confident that IM is using LCMS... does convert automatically have access to it, or do I need to configure a path for using LCMS?
by blue-j
2009-06-25T22:10:43-07:00
Forum: Users
Topic: Converting to an ICC profile's color space
Replies: 2
Views: 6804

Re: Converting to an ICC profile's color space

i am specifically trying to convert a CMYK image to RGB. i find that: convert -profile "sRGB.icm" CMYK_input.psd RGB_output.jpg keeps the output image in CMYK, yet embeds the RGB profile, which of course is not acceptable. so, i try to convert to the RGB colorspace first: convert -colorspa...
by blue-j
2009-06-25T20:22:21-07:00
Forum: Users
Topic: Converting to an ICC profile's color space
Replies: 2
Views: 6804

Converting to an ICC profile's color space

If you want to convert to an ICC profile (e.g. sRGB.icm) but NOT embed the profile in the resultant image, what do you do? Right now, I'm just stripping it out afterward, but am wondering if there's a way to do it in one operation. Thanks!
by blue-j
2009-05-18T20:19:03-07:00
Forum: MagickWand for PHP
Topic: PHP API vs. PHP calling a shell script
Replies: 1
Views: 12871

PHP API vs. PHP calling a shell script

I was considering writing a bunch of ImageMagick code as a shell script so not only PHP but even Applescript could call them, but I'm worried about performance. Has anyone compared straight PHP running ImageMagick vs. PHP calling a shell script, even particularly on OS X Leopard? I'd love the flexib...
by blue-j
2007-06-13T00:19:13-07:00
Forum: Users
Topic: blending options
Replies: 3
Views: 9694

Re: blending options

thanks so much! could IM theoretically generate the mask/alpha image on the fly as well, given parameters? "However at the moment this only works with an 'over' of image without transparency" what do you mean by "an 'over' of image without transparency"? also, is there any develo...
by blue-j
2007-06-12T14:21:17-07:00
Forum: Users
Topic: blending options
Replies: 3
Views: 9694

blending options

hello folks, hope everyone is having a good day. i'm rwiting because i want to replicate some of the blending options in photoshop using IM (python API). in photoshop, if you double-click on a layer that has another one underneath it, you get the "Layer Style" dialog box, which has Blendin...