Jump to content

mxz55

Newbies
  • Posts

    1
  • Joined

  • Last visited

mxz55's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter

Recent Badges

0

Reputation

  1. Hi, I think a certain kind of application behaviour is undesired; - save an image using Windows paint (in my example, png) - open the image under Paint.NET - without making edits to the file, let Paint.NET save the file by same file location overwrite ("save", auto detect). Nothing will happen to the file, last modified date and file hash remains the same. While we know no visual edits have been made, Paint.NET is a whole different exporter, with different image and PNG format libraries, potentially producing a better file, adding different stuff in file metadata (png) such the fact it was saved using paint.NET, palette data which it doesn't if nothing gets changed. What happens here is Paint.NET ignoring the file overwrite, if user is saving to the same location it opened the Windows Paint-exported file on. Paint.NET is just pretending that it's saving something in that case. If however you go to "Save As", it will work as intended and generate a non-matching hash and use the Paint.NET format/add the metadata. So basically at times Paint.NET chooses to be lazy, where there's no visual edits it will just respect the output file produced by another image editor. If this extends beyond MS paint created files, it can potentially be harmful because user of Paint.NET expects to produce a Paint.NET image file format for their own reasons. You can ask me why do you care about formats or image library version used, what are the quality improvements or changes; that is not an ordinary question, there can be a lot of purposes for many users to truly let Paint.NET write the file (like use some metadata written by it), which they also believe they are doing, its not the question what I will see visually different in the resulting images, but a question whether this is desired application behaviour, which I don't think it is. Also I noticed in my test cases that sometimes it does write it from scratch using Paint.NET exporter, it depends on the complexion of the image it seems, like some color tones maybe paint.NET wants to structure differently in the format if it was saved using MS paint. So you can randomly get truly rewritten files using my reproduction steps. This could also explain why my attempts to get the same issue with formats other than PNG, kept producing truly rewritten files: i may not have come across certain color compositions/drawings yet that Paint.NET thinks it can preserve by relying on the old exact file. Just that doesn't say the issue is limited to PNG, my point.
×
×
  • Create New...