Bug 310 - Enhance TextureWriter to support decompression
Summary: Enhance TextureWriter to support decompression
Status: CONFIRMED
Alias: None
Product: Jogl
Classification: JogAmp
Component: util (show other bugs)
Version: 1
Hardware: All all
: P5 enhancement
Assignee: Sven Gothel
URL: http://www.javagaming.org/forums/inde...
Depends on:
Blocks:
 
Reported: 2007-07-15 10:08 CEST by Sven Gothel
Modified: 2015-09-27 03:14 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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