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
So image frames have a function to render themselves. Which sounded like a great idea, except for a few factors.
The image viewer uses Cairo.
Literally all rendering is done in Cairo.
Everything is rendered as a Cairo pattern either way.
Even animated GIFs have their frames converted to patterns.
As you can see, this method has helped in literally nothing!
A better defined way of rendering must be implemented to allow image view to perform optimizations on drawing code, however, custom rendering code in views must be allowed, despite the fact I have no idea what is it ever going to be used for.
The text was updated successfully, but these errors were encountered:
So image frames have a function to render themselves. Which sounded like a great idea, except for a few factors.
As you can see, this method has helped in literally nothing!
A better defined way of rendering must be implemented to allow image view to perform optimizations on drawing code, however, custom rendering code in views must be allowed, despite the fact I have no idea what is it ever going to be used for.
The text was updated successfully, but these errors were encountered: