AeroSoap Posted October 1, 2020 Share Posted October 1, 2020 Bug is very simple, just see title. Easy to reproduce, too: just make any image and try to save it as a targa file. Quote Link to comment Share on other sites More sharing options...
ReMake Posted October 1, 2020 Share Posted October 1, 2020 How did you detect that both cases are saved with compression? Give an example of your image so that it can be analyzed. Quote Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 1, 2020 Share Posted October 1, 2020 @AeroSoap, how are you determining that RLE compression is always being used? When I go to save an image w/ or w/o RLE compression, the file sizes are definitely different: 1 Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
AeroSoap Posted October 2, 2020 Author Share Posted October 2, 2020 (edited) I saw that it was happening by checking the file header. The third byte should be a 2 when it's not being compressed, and a 10 when it is. I was using an 8x8 image, if that's significant. EDIT: I can't upload sample images because .tga files are not accepted. Edited October 2, 2020 by AeroSoap Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted October 2, 2020 Share Posted October 2, 2020 19 minutes ago, AeroSoap said: I can't upload sample images because .tga files are not accepted. You may attach a ZIP file. Quote (September 25th, 2023) Sorry about any broken images in my posts. I am aware of the issue. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Rick Brewster Posted October 3, 2020 Share Posted October 3, 2020 17 hours ago, AeroSoap said: I saw that it was happening by checking the file header. The third byte should be a 2 when it's not being compressed, and a 10 when it is. I was using an 8x8 image, if that's significant. This is exactly what I'm seeing: 2 for uncompressed, 10 for RLE compressed. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.