Worldwind public release 0.2.1
[worldwind-tracker.git] / gov / nasa / worldwind / formats / nitfs / Rpf2DdsCompress.java
blob38498bf2c8b6b6d023f69ff7cbf9c9b828b569a1
1 package gov.nasa.worldwind.formats.nitfs;
2 /*
3 Copyright (C) 2001, 2007 United States Government
4 as represented by the Administrator of the
5 National Aeronautics and Space Administration.
6 All Rights Reserved.
7 */
9 /**
10 * @author Lado Garakanidze
11 * @version $Id: Rpf2DdsCompress Apr 23, 2007 10:56:39 AM lado
13 interface Rpf2DdsCompress
15 DDSBlock4x4 getDxt1TransparentBlock4x4 ();
16 void writeDxt1Header (java.nio.ByteBuffer buffer, int width, int height);
17 DDSBlock4x4 compressDxt1Block4x4 (NitfsImageBand imageBand, byte[] pixelCodes, boolean hasTransparentPixels );