how to change the colors for a geoimage files

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
new

how to change the colors for a geoimage files

Post by new »

Hello,

Can any one tell me how to add the colors to greyscale geotiff files?
Can anyone tell me how to convert geotiff to shp?

Thanks,

Zitian
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: how to change the colors for a geoimage files

Post by anthony »

What do you mean by 'add colors'?
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
new

Re: how to change the colors for a geoimage files

Post by new »

(1) I have a gray radar image and I want to change the gray image to color image, based on my own color table. I also want to change some part of color when snow is reported on some piexls (I have mask info for snow).

(2) Is it possible to convert geotiff file to shp files using imagemagic?

Thank you very much for your help.

Zitian
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: how to change the colors for a geoimage files

Post by anthony »

new wrote:(1) I have a gray radar image and I want to change the gray image to color image, based on my own color table. I also want to change some part of color when snow is reported on some piexls (I have mask info for snow).
YES, IM can do this, in fact a operator was added a few months ago.
http://imagemagick.org/Usage/color/#clut

NOTE: the first example here is the old DIY method. The fast way to do this is
to use the -clut operator ,which is also demonstrated.
new wrote:(2) Is it possible to convert geotiff file to shp files using imagemagic?
Sorry, it isn't listed as an known format. However it is probably a variation of an existing image format. If you provide an example on the IM Bugs forum it withh likely be added for the next release of IM (generally weekly).
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
new

Re: how to change the colors for a geoimage files

Post by new »

Thanks you very much.

I got color tiff images mow. However, my geotiif becomes tiff. We do need color geotiff. We hope the output-geotiff could be available in next release.

Zitian
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: how to change the colors for a geoimage files

Post by anthony »

Make a request with an example and what a geotiff is in the developers forum.
Though cristy may not have time before the next release.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply