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
Due to Cairo we currently can only load the PNG file format.
We need to have support in lcviewernoqt to load other image formats.
At this point I don't want to bluntly import Qt in this lib due to it's enormous dependencies and I rather would like to find a 'smaller' library. We don't need transformations (I think) only beable to show a image format in a Cairo surface,
The text was updated successfully, but these errors were encountered:
Due to Cairo we currently can only load the PNG file format.
We need to have support in lcviewernoqt to load other image formats.
At this point I don't want to bluntly import Qt in this lib due to it's enormous dependencies and I rather would like to find a 'smaller' library. We don't need transformations (I think) only beable to show a image format in a Cairo surface,
The text was updated successfully, but these errors were encountered: