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
I'm trying to use larger width/height values in order for waveforms to look nicer on retina displays. The only issue is, the axis itself doesn't scale up with the waveform, so it becomes illegible. Is there any way to have the axis lines and numbers maintain their size no matter what the size of the output image?
The text was updated successfully, but these errors were encountered:
Thanks for the feedback, this is a good suggestion. To implement, we'd need to move to FreeType text rendering, rather than using libgd's built in fonts as we currently do. See https://libgd.github.io/manuals/2.2.5/files/gdft-c.html for details.
I'm trying to use larger width/height values in order for waveforms to look nicer on retina displays. The only issue is, the axis itself doesn't scale up with the waveform, so it becomes illegible. Is there any way to have the axis lines and numbers maintain their size no matter what the size of the output image?
The text was updated successfully, but these errors were encountered: