What's the best way to do resize for radar image
What's the best way to do resize for radar image
I have a png image of radar data, size 1850x2048, I need to convert it to gif format of size 480x480 ( I have source code to read the data from gif image, then convert to another data format. ). I know there are many ways to do (resize, adaptive-resize, scale, sample, resample, ..., etc.) I am wondering what is the best way to the conversion in order to keep the accuracy of radar data as much as possible?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: What's the best way to do resize for radar image
There is no one best answer. I would use either -resize or -distort resize with whatever filter works best for you.
see
http://www.imagemagick.org/Usage/filter/
http://www.imagemagick.org/Usage/filter/nicolas/
see
http://www.imagemagick.org/Usage/filter/
http://www.imagemagick.org/Usage/filter/nicolas/
Re: What's the best way to do resize for radar image
Any sample?
(BTW, should this post be in relocated to the Users forum?)
(BTW, should this post be in relocated to the Users forum?)
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: What's the best way to do resize for radar image
Done.(BTW, should this post be in relocated to the Users forum?)