Pixel art looks blurry #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Foxite/ArtGallery#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This is because the images are being rendered smooth. We can set the
image-renderingproperty topixelatedto fix this, but we need to only set it for images that need it. We could mark the files in some way, or we could automatically do it based on the resolution.If we choose to mark images we should implement per-image flags in an extensible way. The current method of hiding images by invalidating the date is kind of hacky.