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

Expose disable chrome option for FCS #502

Closed atruskie closed 3 years ago

atruskie commented 3 years ago

Expose disable chrome option for FCS

It's harder than necessary for people to get rendered FCSs without any kind of chrome (axes, labels, grids, etc).

Proposal:

Expose the imageChrome option from the DrawSpectrogramsFromSpectralIndices method in the config files.

Alternatives:

N/A

Additional context

It was reason enough for a user to choose another implantation which would embed the images into a web site.

atruskie commented 3 years ago

Closing as duplicate of #352