Caching Issues 2: Electric Bogaloo #16

Open
opened 2026-07-13 23:55:07 +02:00 by vegardbm · 1 comment
Owner

So caching is just incorrect and does not work properly. The issue I have kind of already noticed which is that the horizontal image is being scaled fro the vertical one and not the original one which leads to bad image quality because of unnecessary rescaling. The second issue is that there is no way to preload an image for scaleAspectFill when scaleAspectFit is already being processed, it just gets ignored.

So caching is just incorrect and does not work properly. The issue I have kind of already noticed which is that the horizontal image is being scaled fro the vertical one and not the original one which leads to bad image quality because of unnecessary rescaling. The second issue is that there is no way to preload an image for scaleAspectFill when scaleAspectFit is already being processed, it just gets ignored.
vegardbm changed title from Caching issues 2 electric bogaloo to Caching Issues 2: Electric Bogaloo 2026-07-13 23:55:44 +02:00
vegardbm added the bug label 2026-07-14 23:30:42 +02:00
Author
Owner

The rescaling issue has been solved.

The rescaling issue has been solved.
Sign in to join this conversation.