Revision 18040 trunk/libraries/libRaster/src/org/gvsig/raster/dataset/io/JpegWriter.java

View differences:

JpegWriter.java
158 158
     * @throws IOException
159 159
     */
160 160
    public void dataWrite() throws IOException, InterruptedException {
161
    	gdalWriter.setColorBandsInterpretation(colorInterp.getValues());
161 162
        gdalWriter.dataWrite();
162 163
        if(gdalWriter.isWrite()){
163 164
	        gdalWriter.writeClose();

Also available in: Unified diff