QutEcoacoustics / audio-analysis

The audio analysis code (AnalysisPrograms.exe) for the QUT Ecoacoustics Research Group
https://ap.qut.ecoacoustics.info/
Apache License 2.0
52 stars 12 forks source link

C# write interlaced PNGs for zooming spectrograms #95

Open atruskie opened 8 years ago

atruskie commented 8 years ago

Interlaced PNGs allow for progressive rendering of images (they blur in as opposed to swiping in).

It would result in a much nicer transitioning effect for the zooming images on the visualize page.

https://nuwen.net/png.html

atruskie commented 7 years ago

I've had a look into this. There are no easy to use functional PNG encoders in the .NET world that supports cross-platform usage.

IMO the best bet would be a pull request to the https://github.com/JimBobSquarePants/ImageSharp project.

Sadly we'll likely need to ignore this feature for now.

atruskie commented 7 years ago

@proe has marked this a low priority feature which we'll omit from the current iteration