Bug 310

Summary: Enhance TextureWriter to support decompression
Product: [JogAmp] Jogl Reporter: Sven Gothel <sgothel>
Component: utilAssignee: Sven Gothel <sgothel>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: P5    
Version: 1   
Hardware: All   
OS: all   
URL: http://www.javagaming.org/forums/index.php?topic=17079.0
Type: FEATURE SCM Refs:
Workaround: ---

Description Sven Gothel 2010-03-24 07:50:44 CET


---- Reported by kbr 2007-07-15 10:08:24 ----

The TextureWriter SPI interface needs to be expanded in order to support
decompression of texture data. The interface needs to look something like

   boolean matches(File file);
   boolean readBackCompressed();
   void write(File file, TextureData data) throws IOException;



--- Bug imported by sgothel@jausoft.com 2010-03-24 07:50 EDT  ---

This bug was previously known as _bug_ 310 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=310