Search found 5 matches

by stefan.l
2015-10-04T02:38:56-07:00
Forum: Users
Topic: Extract value from a png file with coordinate
Replies: 4
Views: 5221

Re: Extract value from a png file with coordinate

Thank you very much Snibgo

Stéfan
by stefan.l
2015-10-04T02:23:34-07:00
Forum: Users
Topic: Extract value from a png file with coordinate
Replies: 4
Views: 5221

Re: Extract value from a png file with coordinate

Hi Snibgo

I don't know how th thank you. It's so simple

convert in.png txt : :-)

The second way wil be very usefull to extract value on one pixel because as I said I can know the geographic equivalent coordinate.
Thank thank thank for you help.

May I ask If I would able to find this command in ...
by stefan.l
2015-10-04T01:12:48-07:00
Forum: Users
Topic: Extract value from a png file with coordinate
Replies: 4
Views: 5221

Extract value from a png file with coordinate

Hi all IM users,

How to explain my problem ?
Well, I've got a png file which contains radar precipitation. The png size in pixel is 1536x1536 pixels.
So I would like to extract :

X Y Value like

1 0 pixelValue
2 0 pixelValue
.
.
.
etc...

In another file I have information of each od these 1536 ...
by stefan.l
2014-04-03T02:13:26-07:00
Forum: IMagick
Topic: Isovalue
Replies: 3
Views: 10758

Re: Isovalue

Thanks a lot for your reply.

I don't want to make a vectorized picture.
I saw that it was possible to isoline a picture on ImageMagick web site but can't succeed in finding where I found this topic.

Warm regards
by stefan.l
2014-04-02T08:28:36-07:00
Forum: IMagick
Topic: Isovalue
Replies: 3
Views: 10758

Isovalue

20140402_1215_Radar_region.png

20140402_1215_Radar_region_interpolation.png

20140402_1215_Radar_region_interpolation_combination.png

Good evening,

I would like to convert an image into isolines. You can see that there are value range in this picture.
It's pixelised and I'd like to convert ...