Revision 2312 org.gvsig.raster.lizardtech/branches/org.gvsig.raster.lizardtech_dataaccess_refactoring/org.gvsig.raster.lizardtech.io/src/main/java/org/gvsig/raster/lizardtech/io/LizardTechProvider.java

View differences:

LizardTechProvider.java
471 471
				colorInterpr =  DataStoreColorInterpretation.createRGBInterpretation();
472 472
			}
473 473
			if(getBandCount() >= 4) {
474
				colorInterpr = DataStoreColorInterpretation.createARGBInterpretation();
474
				colorInterpr = DataStoreColorInterpretation.createRGBAInterpretation();
475 475
			}
476 476
		}
477 477
		return colorInterpr;

Also available in: Unified diff