From a30f6883a5a4bfb3bebd1e34697377ef56dd9241 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Mon, 9 Jan 2006 02:37:44 +0000 Subject: Added output support to TGAImage, SGIImage and newly-renamed DDSImage classes. Added support to TextureIO for writing textures back to disk via new TextureWriter plug-in interface. Added TextureConvert demo which shows how an application might convert between arbitrary file formats using these APIs, including automatic compression to DXT3 format when available. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@164 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4 --- src/demos/texture/TestTexture.java | 1 - 1 file changed, 1 deletion(-) (limited to 'src/demos/texture/TestTexture.java') diff --git a/src/demos/texture/TestTexture.java b/src/demos/texture/TestTexture.java index 1ef0074..923fbd6 100755 --- a/src/demos/texture/TestTexture.java +++ b/src/demos/texture/TestTexture.java @@ -1,5 +1,4 @@ /* - * Copyright (c) 2005 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without -- cgit v1.2.3