locationtech / geotrellis

GeoTrellis is a geographic data processing engine for high performance applications.
http://geotrellis.io
Other
1.33k stars 360 forks source link

How to convert a Png object to MultibandTile object ? #3413

Open iteayyy opened 3 years ago

iteayyy commented 3 years ago

I read a RGB png image using ImageIO or HadoopPngReader, and put pixels of three bands into tile, respectively. Then, merge tiles into MultibandTile. I want to know if there is another solution to make this?