Making still-image better #341

Merged
floatingghost merged 6 commits from Mergan/pleroma-fe:still-image-ultimate into develop 2023-09-25 13:29:29 +00:00
Member

It's been some time I've been wanting to do a few things:

  • Increase the quality of the canvas' preview (so we can apply it to everything indiscriminately, if the case were to come)
  • Find out the filetype without extensions (it's been an issue for me and others, since extension less & mime-less files would just... hop over and skip everything)
  • Display the type of file on the label (webps are not gifs lol)

It's pretty rough but methinks it does the job.

And since we now check for gif, webp & apng-- I think it's safe to turn the aggressive matching for reduced motion (also because I couldn't make it not jiggle due to sub-pixel rendering)

Hopefully this is enough 😸

Fixes #337

image Before & After
imageimageimage

It's been some time I've been wanting to do a few things: - Increase the quality of the canvas' preview (so we can apply it to everything indiscriminately, if the case were to come) - Find out the filetype without extensions (it's been an issue for me and others, since extension less & mime-less files would just... hop over and skip everything) - Display the type of file on the label (webps are not gifs lol) It's pretty rough but methinks it does the job. And since we now check for gif, webp & apng-- I think it's safe to turn the aggressive matching for reduced motion (also because I couldn't make it not jiggle due to sub-pixel rendering) Hopefully this is enough 😸 Fixes #337 ![image](/attachments/3d183235-a23b-48de-b650-2ad9a843021c) Before & After ![image](/attachments/10955d92-6700-49d7-9059-cf5a413cd99a)![image](/attachments/32d0b74f-009c-4425-b610-b66fcf85e03d)![image](/attachments/06a2ac1d-f145-4081-864d-f24aa7be7fb5)
Mergan added 6 commits 2023-09-12 11:39:33 +00:00

oooooh that's very fancy

this seems good, testing it with example images seems to work just fine

thanks a lot! hopefully you don't have to go diving into hex values again any time soon

oooooh that's very fancy this seems good, testing it with example images seems to work just fine thanks a lot! hopefully you don't have to go diving into hex values again any time soon
floatingghost merged commit 8afbe5e3bc into develop 2023-09-25 13:29:29 +00:00
floatingghost deleted branch still-image-ultimate 2023-09-25 13:29:30 +00:00
Sign in to join this conversation.
No description provided.