You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Adds a shared items project for config files so they are visible in the Visual Studio solution explorer
- Adds ImageChrome option to config files and LDSpectrogramRGB
- Refactors LDSpectrogramRGB so that greyscale and FCS images output at the same size, and use common global constants
- LDSpectrogramRGB will now save a chromeless image to disk if chromeless is requested (previously it would return just the chromeless image and save the chromed image to disk)
Fixes#352
Is your feature request related to a problem? Please describe.
Sometimes I'd like to produce a FCS without any of the axes, legends, or gridlines.
Describe the solution you'd like
Expose the internal
ImageChrome
option of the FCS rendering methods by adding a config file property inSpectrogramFalseColourConfig
.Describe alternatives you've considered
N/A
Additional context
This issue was filed on behalf of an external collaborator.
The text was updated successfully, but these errors were encountered: