knowm / XChart

XChart is a light-weight Java library for plotting data.
http://knowm.org/open-source/xchart
Apache License 2.0
1.48k stars 394 forks source link

Fixing BitmapEncoder.addFileExtension handling of uppercase extensions #858

Closed mccartney closed 1 month ago

mccartney commented 1 month ago

What: Fixes #852 by ensuring lowercase file extension is enforced, even if the original file name provided had the extension.

Also by the chance, changing how the artificial edge case of .png or .bmp as the input file name is handled.

Why: