Search found 27 matches

by masterbp
2012-09-17T07:02:51-07:00
Forum: Users
Topic: convert masked CS6 PSD to lowres JPEG
Replies: 0
Views: 4700

convert masked CS6 PSD to lowres JPEG

Hi I have a lot of photos in PSD format where the background has been clipped away using some of the new tools in CS5/CS6. I would like to convert those to lowres JPEG with a white background. See this example https://docs.google.com/open?id=0B_KVCu0_TXLXZ2RXckZXWlJ0cXM with original and resized to ...
by masterbp
2010-01-21T04:13:30-07:00
Forum: Users
Topic: Crop to clipping path
Replies: 2
Views: 8615

Crop to clipping path

Hi I have images with white background and a clipping path - see example here: http://resources.jysk.com/getimage/pm.large/3698001/WEB/1001 I would like to crop the photo so the closet in the photo takes up as much space as possible. It must be the clipping-path that defines the left, right, top, bo...
by masterbp
2009-09-02T05:38:42-07:00
Forum: Bugs
Topic: Image gets corrupted with latest IM
Replies: 2
Views: 7593

Re: Image gets corrupted with latest IM

Hi Thank you for the quick answer. I have recompiled the Imagemagic in production without openMp support, but i believe that it already was without openMP. The result was negative - the Image is still corrupted. I checked the GCC compiler on the two systems: Prod: 4.1.2 (Suse 10.2) Test: 4.3.3 (Ubun...
by masterbp
2009-09-01T01:40:23-07:00
Forum: Bugs
Topic: Image gets corrupted with latest IM
Replies: 2
Views: 7593

Image gets corrupted with latest IM

Hi After i upgraded to Imagemagick 6.5.5-2, certain Image gets corrupted in my production enviroment. The command I call is: convert 5653.tif +clip-path "#1" -fill white -draw "color 0,0 reset" out.tif I get no errors, but the converted image has a fat wide white vertical line th...
by masterbp
2008-06-16T05:08:19-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

Any news on this issue?
When will it be fixed in windows?

Regards,

Benny Pedersen
by masterbp
2008-05-08T00:30:53-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

Hi I finally managed to build a version from source using the instructions found here: http://www.imagemagick.org/script/install-source.php#windows . This command still doesn't work: convert CMYK_bad.tif -profile EuropeISOCoatedFOGRA27.icc -profile sRGB.icm +clip-path #1 -fill black -draw "colo...
by masterbp
2008-05-05T00:15:44-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

Hi

I have no development enviroment and cannot build from source. When will this patch be available in the windows binaries? I have tried ImageMagick-6.4.1-0-Q16-windows-dll.exe with no luck.

Regards,

Benny Pedersen
by masterbp
2008-04-24T23:59:07-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

Tried the command "c:\Program Files\ImageMagick-6.4.0-Q16\"convert.exe CMYK_bad.tif -profile EuropeISOCoatedFOGRA27.icc -profile sRGB.icm +clip-path #1 -fill white -draw "color 0,0 reset" -resize 216x400 -quality 85 -density 72x72 output_bad.jpg and it still gives me a blank imag...
by masterbp
2008-04-24T23:34:30-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

I think i know the answer: It is the -strip command that removes the clipping path? Is the any way to remove all profiles but still keep the clipping path? (other than explicit remove each profile type, fx +profile icc)
by masterbp
2008-04-24T23:32:31-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

What does the warning/error
'convert: no clip path defined `CMYK_bad.tif'' mean?
The tiff does indeed hold an clipping path. I have tested the clipping path in Photoshop, The gimp and had it validated on http://validator.w3.org. It is valid SVG 1.1
by masterbp
2008-04-23T00:09:53-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

Re: CMYK conversion bug?

Hi I tried to reorder the command line a little bit: "c:\Program Files\ImageMagick-6.4.0-Q16\"convert.exe CMYK_bad.tif -strip -profile EuropeISOCoatedFOGRA27.icc -profile sRGB.icm +clip-path #1 -fill white -draw "color 0,0 reset" -resize 216x400 -quality 85 -density 72x72 output_...
by masterbp
2008-04-22T12:30:17-07:00
Forum: Bugs
Topic: CMYK conversion bug?
Replies: 11
Views: 25541

CMYK conversion bug?

Hi I have been using Imagemagick on a server to create previews of CMYK images using this command line: "c:\Program Files\ImageMagick-6.4.0-Q16\"convert.exe -profile EuropeISOCoatedFOGRA27.icc -profile sRGB.icm +clip-path #1 -fill white -draw "color 0,0 reset" -resize 216x400 -qu...
by masterbp
2008-02-07T00:18:51-07:00
Forum: Users
Topic: Change background by applying clipping path
Replies: 7
Views: 18742

Re: Change background by applying clipping path

Hello anthony

Thank you for your feedback. Could you please give me an example of your alternative solution. I'm not sure i understand how this is done.

Thanks again!
by masterbp
2008-02-06T02:46:52-07:00
Forum: Users
Topic: Change background by applying clipping path
Replies: 7
Views: 18742

Re: Change background by applying clipping path

Hi I also have a related question which I hope anyone can help me with: I want to give a picture a white background by using the clipping path. "c:\Program Files\ImageMagick-6.3.8-Q16\convert.exe" +clip-path #1 -fill white -draw "color 0,0 reset" 18.tif 18.jpg This works great if...
by masterbp
2008-02-06T02:39:59-07:00
Forum: Users
Topic: Change background by applying clipping path
Replies: 7
Views: 18742

Re: Change background by applying clipping path

Hi Sven

I has a similar problem and solved it using something like:

Code: Select all

+clip-path #1 -fill blue -draw "color 0,0 reset"
I am no expert in ImageMagick, so this is only a qualified guess:)