Search found 11 matches

by eafalcao
2012-11-06T11:22:56-07:00
Forum: Users
Topic: IM Colorspace different from Photoshop
Replies: 1
Views: 2425

IM Colorspace different from Photoshop

Hi all... I have this image http://dl.dropbox.com/u/40859709/Adobe_RGB_07300029030013_A2C1_7_.tiff When I see it in Photoshop, says that is RGB Colorspace. However in IM, I've got sRGB: identify Adobe_RGB_07300029030013_A2C1_7_.tiff TIFF 2513x3463 2513x3463+0+0 8-bit sRGB 14.18MB 0.000u 0:00.006 ...
by eafalcao
2012-03-27T02:08:52-07:00
Forum: Bugs
Topic: TIF to JPG, DPI and Clipping Path
Replies: 6
Views: 10075

Re: TIF to JPG, DPI and Clipping Path

Hi anthony... thank's for the answer. However... by using "+profile 8bim" the result is simmilar when using "-strip": the resolution is changed, but the Clipping Path is lost. The original image has Clipping Path, and it's really important that it remains. It seems that in my case, I simply cannot ...
by eafalcao
2012-03-26T02:08:35-07:00
Forum: Bugs
Topic: TIF to JPG, DPI and Clipping Path
Replies: 6
Views: 10075

Re: TIF to JPG, DPI and Clipping Path

Does it only happens to me and to fmw42?
by eafalcao
2012-03-22T11:22:20-07:00
Forum: Bugs
Topic: TIF to JPG, DPI and Clipping Path
Replies: 6
Views: 10075

TIF to JPG, DPI and Clipping Path

Hi... I don't know if this is really a bug... however, here it goes: I have the fowling image that I need to change dpi's, convert to jpg, and the width and heigth must remain as well as the clipping path: http://bayfiles.com/file/5Y0T/BStLBq/tif1.tif I'm doing this: convert tif1.tif -resample ...
by eafalcao
2012-03-22T11:10:13-07:00
Forum: Users
Topic: TIF to JPG, DPI and Clipping Path
Replies: 12
Views: 17497

Re: TIF to JPG, DPI and Clipping Path

Tif to Tif it's ok. Only fails when is Tif to Jpg.
by eafalcao
2012-03-22T09:52:33-07:00
Forum: Users
Topic: TIF to JPG, DPI and Clipping Path
Replies: 12
Views: 17497

Re: TIF to JPG, DPI and Clipping Path

Thank's for the help... I'll do that.
by eafalcao
2012-03-22T03:02:06-07:00
Forum: Users
Topic: TIF to JPG, DPI and Clipping Path
Replies: 12
Views: 17497

Re: TIF to JPG, DPI and Clipping Path

But in Photoshop, the image appears with 300 dpi. Do you know why?
by eafalcao
2012-03-21T03:02:56-07:00
Forum: Users
Topic: TIF to JPG, DPI and Clipping Path
Replies: 12
Views: 17497

Re: TIF to JPG, DPI and Clipping Path

Hi...

-strip will work, however the result image lose the Clipping Path... and I really need it.

Later I'll post the image - I have to ask for permission.
by eafalcao
2012-03-20T11:38:53-07:00
Forum: Users
Topic: TIF to JPG, DPI and Clipping Path
Replies: 12
Views: 17497

Re: TIF to JPG, DPI and Clipping Path

I also tried to use density and size... but the result is the same.
by eafalcao
2012-03-20T09:13:17-07:00
Forum: Users
Topic: TIF to JPG, DPI and Clipping Path
Replies: 12
Views: 17497

TIF to JPG, DPI and Clipping Path

Hi all... I'm new in dealing with Image Magick so, this may be a silly question. I need to convert one tif image in two jpg's. The dpi must be changed, however the width and heigth must remain as well as the clipping path. I'm doing this: convert tif1.tif -resample 150x150 -resize 952x3424 tif ...