this post was submitted on 06 Feb 2025
205 points (85.7% liked)

Curated Tumblr

4352 readers
478 users here now

For preserving the least toxic and most culturally relevant Tumblr heritage posts.

The best transcribed post each week will be pinned and receive a random bitmap of a trophy superimposed with the author's username and a personalized message. Here are some OCR tools to assist you in your endeavors:

Don't be mean. I promise to do my best to judge that fairly.

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 weeks ago

You could avoid special handling for solid-color backgrounds by using the image-as-background setup plus a solid-color image. And that image might as well be 1x1 px, right? But if image tiling is a loop that goes “open image, draw to buffer, close image” then you’re waiting on the filesystem about a million times

This makes sense to me. But unfortunately, according to a comment above, using a smaller image and tiling it is actually the solution to the slow loading.