Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Support for TGA images #3155

Closed
daker opened this issue Oct 27, 2024 · 3 comments · Fixed by #3160
Closed

[Feature] Support for TGA images #3155

daker opened this issue Oct 27, 2024 · 3 comments · Fixed by #3160
Labels
module: I/O released Automated label type: feature request 💡 Desired capabilities / enhancements

Comments

@daker
Copy link
Collaborator

daker commented Oct 27, 2024

Motivation

Support for the Truevision Targa (TGA) for textures.

Detailed Description

Add a new vtkTGAReader

const reader = vtkTGAReader.newInstance();
reader.parse(fileReader.result);
const imageData = reader.getOutputData();
@daker daker added the type: feature request 💡 Desired capabilities / enhancements label Oct 27, 2024
daker added a commit to daker/vtk-js that referenced this issue Oct 29, 2024
@finetjul
Copy link
Member

Being curious here, is this still a standard format ? What software still produce/consume file format ?

@daker
Copy link
Collaborator Author

daker commented Oct 29, 2024

well it still used specially in game development, software like GIMP, Photoshop, Blender, Maya, 3ds Max, Nuke still support TGA format.

github-merge-queue bot pushed a commit that referenced this issue Nov 6, 2024
Copy link

github-actions bot commented Nov 6, 2024

🎉 This issue has been resolved in version 32.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot added the released Automated label label Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module: I/O released Automated label type: feature request 💡 Desired capabilities / enhancements
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants