Bug 954 - Allow the creation of an ImageData (org.eclipse.swt.graphics.ImageData) from a TextureData
Summary: Allow the creation of an ImageData (org.eclipse.swt.graphics.ImageData) from ...
Status: UNCONFIRMED
Alias: None
Product: Jogl
Classification: JogAmp
Component: swt (show other bugs)
Version: 2
Hardware: All all
: P5 enhancement
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2014-01-29 15:27 CET by Julien Gouesse
Modified: 2017-01-17 15:22 CET (History)
1 user (show)

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 Julien Gouesse 2014-01-29 15:27:39 CET
Creating an ImageData from a TextureData isn't possible yet.

This feature would be useful in frameworks based on JOGL (especially Ardor3D) which use TextureIO to create their "own" images and which need to allow the developers to convert their images into SWT images to display them in a SWT/Eclipse RCP GUI.