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
The current SDL_Image + Cairo combo is fine so far for loading and prescaling, but won't encode thumbnails (see #78), and using a vector graphics library for scaling a picture is not the best fit.
The current SDL_Image + Cairo combo is fine so far for loading and prescaling, but won't encode thumbnails (see #78), and using a vector graphics library for scaling a picture is not the best fit.
ffmpeg has everything we need without introducing any new dependency. https://trac.ffmpeg.org/wiki/Scaling
Succeeds #79.
The text was updated successfully, but these errors were encountered: