-
Notifications
You must be signed in to change notification settings - Fork 18
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
TGA: incorrect display of some files #26
Comments
For the images that aren't displayed: it's because they are transparent: paint.net, imageglass, and pfim are in agreement on this. Some of the incorrectly displayed images appear different in each program, so I'll need to dive into those. |
I hope to implement decoding for |
@nickbabcock glad to hear. hopefully next you switch to dds. |
@nickbabcock how is progress on this, Nick? :) |
I should not have written that while on holiday 😄 The hardest part of that test case is finding an image that isn't large, as I am starting to notice the repo size growing on a slow internet connection. I think I found a way by bit flipping the orientation in the header of a small image. |
Pfim 0.6.0 has been released with this bugfix, thank you for the report.
|
@nickbabcock congrats with release :) |
Haha yeah, I need to figure out a game plan for how I want to tackle it, as it hasn't gotten any easier in the meantime. 😆 |
Let me try to help you a bit :) Second, reference library to start with. :) ** - small note about compiling. Its cannot resolve UsefulThings package, so just open 'Manage Nuget Package', uninstall UsefulCsharpThings package, and just type it in 'Browse' and install again. |
Made a few changes to CSharpImageLibrary, may be it will help you just a bit: |
@nickbabcock
https://nofile.io/f/Sz8BehO058W/pfimtgabadcases.zip
Those files mostly TGASharpLib examples, so all of these files you can put to Pfim.Tests\data for regression tests in future. All of these files works fine in Paint.NET & ImageGlass (good image viewer, written in C#, opensource on github) & Imagine (images viewer plugin for Total Commander)
The text was updated successfully, but these errors were encountered: