Search found 16 matches

by spiderplant0
2013-06-29T15:37:38-07:00
Forum: Users
Topic: How to convert the color profile
Replies: 13
Views: 27451

Re: How to convert the color profile

Hi snibgo,
I don't know if you want to assign a profile, or convert an image to a profile.

Maybe my question is causing confusion due to me not understanding what its is all about. Please bear with me. I have created an image with the gimp and the printer company have said that they want it as ...
by spiderplant0
2013-06-29T12:26:50-07:00
Forum: Users
Topic: How to convert the color profile
Replies: 13
Views: 27451

Re: How to convert the color profile

I get similar results to windows 7 when I try in Ubuntu. I did a bit of research and it suggests that virtually all browsers use colour management. http://petapixel.com/2012/06/25/is-your ... r-managed/

I think I'll just have to give up on this issue. Thanks for all your help.
by spiderplant0
2013-06-29T10:31:44-07:00
Forum: Users
Topic: How to convert the color profile
Replies: 13
Views: 27451

Re: How to convert the color profile

Hi,
I've uploaded everything to here...
https://skydrive.live.com/redir?resid=9F8DE44BC9AC7FD6!122&authkey=!AK_UJ7ww5u9mV7s

temp11.jpg - the original
temp11-im.jpg - converted to CMYK using the above command
temp11-online.jpg - converted to CMYK using online tool: http://www.rgb2cmyk.org/
ISOcoated ...
by spiderplant0
2013-06-29T10:04:31-07:00
Forum: Users
Topic: How to convert the color profile
Replies: 13
Views: 27451

Re: How to convert the color profile

Thanks very much.
One thing though, when I view this converted image, it doesnt display any different to the original (when I have converted to CMYK using an online tool the images visibly changes - it becomes darker due to the reduced color range in CMYK).

Can you confirm that the above command ...
by spiderplant0
2013-06-29T08:37:02-07:00
Forum: Users
Topic: How to convert the color profile
Replies: 13
Views: 27451

Re: How to convert the color profile

C:\Program Files (x86)\ImageMagick-6.8.6-Q16>identify -verbose temp11.jpg
Image: temp11.jpg
Format: JPEG (Joint Photographic Experts Group JFIF format)
Class: DirectClass
Geometry: 388x180+0+0
Resolution: 150x150
Print size: 2.58667x1.2
Units: PixelsPerInch
Type: TrueColor
Endianess ...
by spiderplant0
2013-06-29T07:21:52-07:00
Forum: Users
Topic: How to convert the color profile
Replies: 13
Views: 27451

How to convert the color profile

Hi, I am trying to convert an image to a different color profile for the printers. I have read up how to do this here...
http://www.imagemagick.org/script/color-management.php and here...
http://www.imagemagick.org/script/command-line-options.php#profile
and have become hopelessly confused.

Could ...
by spiderplant0
2013-03-10T05:17:32-07:00
Forum: Users
Topic: split image into google map tiles
Replies: 3
Views: 13947

Re: split image into google map tiles

Thanks very much.
I guess that the manual has been written for linux users, and for windows we have to double up the percent signs.
by spiderplant0
2013-03-09T14:35:54-07:00
Forum: Users
Topic: split image into google map tiles
Replies: 3
Views: 13947

split image into google map tiles

I have a 2304 x 3584px image that I want to split up into 126 256x256 tiles.
I figured out how to do this...

convert -crop 256x256 t2_gmd_z8.bmp out2\tile.png

...but I cant figure out how to incorporate the x & y coordinate in the file name.

The big image's top left corner is google coords (121 ...
by spiderplant0
2012-11-24T16:53:43-07:00
Forum: Users
Topic: Quantise png preserving semi transparency
Replies: 3
Views: 6009

Re: Quantise png preserving semi transparency

Thanks glenrp, that worked perfectly.

FYI, the bit in the manual I was referring to ...
http://www.imagemagick.org/Usage/formats/#png_formats
it says: "PNG8 was defined by PhotoShop, not the PNG group. And while it can handle multiple semi-transparent colors, as well as a fully-transparent color ...
by spiderplant0
2012-11-23T12:15:35-07:00
Forum: Users
Topic: Quantise png preserving semi transparency
Replies: 3
Views: 6009

Quantise png preserving semi transparency

Hi, I have some png files, they dont have many colors in them so they are candidates for file size reduction by converting to palette PNGs. I.e. can ImageMagick read in a PNG, quantise it by analysing it to work out the best set of 16 colors (RGB and alpha) to represent it and then saving it as a 4 ...
by spiderplant0
2012-11-17T12:24:43-07:00
Forum: Users
Topic: [SOLVED] hidden layers are appearing converting .xcf to .png
Replies: 14
Views: 27779

Re: hidden layers are appearing when converting .xcf to .png

Thanks, modifying the savePng.scm worked for me

Also, FYI, I tried your command line version. I assumed the command shows you converting 2 XCF files, so I deleted tests.xcf and deleted one p.png but it gave this error...

E:\>"C:\Program Files\GIMP 2\bin\gimp-console-2.8.exe" -i -b "(let
* ((image ...
by spiderplant0
2012-11-17T10:02:44-07:00
Forum: Users
Topic: [SOLVED] hidden layers are appearing converting .xcf to .png
Replies: 14
Views: 27779

Re: hidden layers are appearing when converting .xcf to .png

Thanks snibgo. That mostly worked. However it is not converting images exactly like the GIMP does . It seems to be creating an image that is the size of the extents of the largest layer rather than clipping everything to the size of the image.
by spiderplant0
2012-11-16T05:52:28-07:00
Forum: Users
Topic: [SOLVED] hidden layers are appearing converting .xcf to .png
Replies: 14
Views: 27779

Re: hidden layers are appearing when converting .xcf to .png

Thanks snibgo. That makes sense. I will peruse the GIMP command line method. Its just a pity that IM documentation is not a bit clearer about it not really supporting .XCF. (Could have saved us some time).
by spiderplant0
2012-11-15T14:50:06-07:00
Forum: Users
Topic: [SOLVED] hidden layers are appearing converting .xcf to .png
Replies: 14
Views: 27779

Re: hidden layers are appearing when converting .xcf to .png

Thanks @fmw42, but I cant rely on the layer that I want being the top one as I have to deal with arbitary .xcf images which could have many layers, some hidden and some not. I am on GIMP 2.8 which may be why you cant open my file.