0
A
回答
2
您可以使用JAI將圖像保存到磁盤,看到的例子: 的JAI支持TIFF,JPEG,PNG ...
SampleModel sampleModel =
RasterFactory.createBandedSampleModel(DataBuffer.TYPE_FLOAT, width,height,1);
// Create a compatible ColorModel.
ColorModel colorModel = PlanarImage.createColorModel(sampleModel);
Raster raster = RasterFactory.createWritableRaster(sampleModel,dbuffer, new Point(0,0));
// Create a TiledImage using the float SampleModel.
TiledImage tiledImage = new TiledImage(0,0,width,height,0,0,
sampleModel,colorModel);
// Set the data of the tiled image to be the raster.
tiledImage.setData(raster);
// Save the image on a file.
JAI.create("filestore",tiledImage,"floatpattern.tif","TIFF");
相關問題
- 1. 光柵格式異常(JAVA)
- 2. Python - 使用gdal寫入光柵
- 3. 使用PaperJS淡入光柵
- 4. 導入.txt光柵文件
- 5. pdf/a-1到任何光柵圖像格式
- 6. 負載光柵到PostgreSQL
- 7. Ascii到光柵錯誤
- 8. Netlogo:Shapefile與光柵
- 9. CSS Flexbox光柵
- 10. 大陣(光柵)
- 11. 使用大光柵查看錶格(R)
- 12. R柵格識別黑色光柵圖像
- 13. 柵格分類光柵中的短傳奇高度
- 14. 求和一個未定數的柵格與do.call和光柵包
- 15. 在R從多個光柵文件創建最大柵格
- 16. 根據柵格的位置設置光柵NA的像素
- 17. 如何將一種光柵格式轉換爲另一種格式?
- 18. getSubImage外部光柵
- 19. 檢索光柵磚
- 20. 光柵包,替代
- 21. ClusterR多光柵棧
- 22. 光柵化橢圓
- 23. 光柵包錯誤
- 24. 光柵化GDAL層
- 25. 插值到柵格
- 26. 使用ImageMagick具有在其中光柵由光柵
- 27. 結合一個帶光柵獲得多波段光柵
- 28. 如何用不同程度的光柵創建光柵磚?
- 29. R:文本XYZ到多個光柵
- 30. Linux CLI - 光柵到矢量(跟蹤)