Search found 1 match
- 2014-03-03T11:35:33-07:00
- Forum: Users
- Topic: What's the best way to do resize for radar image
- Replies: 3
- Views: 10727
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 ...