Statistics
| Revision:

gvsig-raster / org.gvsig.raster / branches / org.gvsig.raster.2.4 / org.gvsig.raster.tools / org.gvsig.raster.tools.app / org.gvsig.raster.tools.app.mainplugin / src / main / java / org / gvsig / raster / tools / app / mainplugin / ExportViewToImageExtension.java @ 8843

History | View | Annotate | Download (4.37 KB)

# Date Author Comment
8843 03/26/2018 03:11 PM Francisco Díaz Carsí

Used filters in saving raster layer.
Used new createBufferFromAwtRaster method in exporting rasters.

6826 05/04/2017 03:00 PM Francisco Díaz Carsí

Adaptación al commit anterior (Added creation of BufferedImage and VirtualBufferedImage to ToolsSwingManager).

6796 04/27/2017 05:09 PM Francisco Díaz Carsí

Added ViewClipExtension.

6792 04/25/2017 08:37 AM Francisco Díaz Carsí

Arreglado SaveBufferDialog para que todo lo relacionado con JFileChooser lo haga él sin exponerlo.

6791 04/21/2017 02:33 PM Francisco Díaz Carsí

ExportViewToImageExtension

6702 04/12/2017 02:22 PM Francisco Díaz Carsí

-Reestructuración de la parte de swing de raster.
-Añadida la extensión de histograma.

6690 04/04/2017 10:19 AM Francisco Díaz Carsí

- Assign projection to raster layer.
- First attempt to export view to image.