das-developers / das2java

The original das2 library. Provides interactive publication-ready 2-D plotting
https://das2.org
GNU Lesser General Public License v3.0
4 stars 0 forks source link

png output includes timestamp which cannot be turned off, preventing file comparison to imply image comparison #20

Open jbfaden opened 3 years ago

jbfaden commented 3 years ago

The PNG output includes an extra timestamp tag ("*tEXtCreation Time"), which makes it so the same png file written twice cannot be compared using file comparisons. It would be nice to be able to disable this tag.

jbfaden commented 3 years ago

I'm using Autoplot's writeToPng( ) function.