0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-03-05 03:01:25 -05:00
forgejo/docs/content/doc
wxiaoguang 82224c54e0
Improve avatar uploading / resizing / compressing, remove Fomantic card module ()
Fixes: 
Fixes: 

And I think it also (partially) fix  (no need to convert) ,
because users could upload any supported image format if it isn't larger
than AVATAR_MAX_ORIGIN_SIZE


The main idea: 

* if the uploaded file size is not larger than AVATAR_MAX_ORIGIN_SIZE,
use the origin
* if the resized size is larger than the origin, use the origin

Screenshots:

JPG:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/70e98bb0-ecb9-4c4e-a89f-4a37d4e37f8e)

</details>

APNG:

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/9055135b-5e2d-4152-bd72-596fcb7c6671)


![image](https://github.com/go-gitea/gitea/assets/2114189/50364caf-f7f6-4241-a289-e485fe4cd582)

</details>

WebP (animated)

<details>


![image](https://github.com/go-gitea/gitea/assets/2114189/f642eb85-498a-49a5-86bf-0a7b04089ae0)

</details>

The only exception: if a WebP image is larger than MaxOriginSize and it
is animated, then current `webp` package can't decode it, so only in
this case it isn't supported. IMO no need to support such case: why a
user would upload a 1MB animated webp as avatar? crazy .....

---------

Co-authored-by: silverwind <me@silverwind.io>
2023-05-13 20:59:11 +02:00
..
actions Fix typo in act-runner file () 2023-05-11 09:04:42 +08:00
administration Improve avatar uploading / resizing / compressing, remove Fomantic card module () 2023-05-13 20:59:11 +02:00
contributing Refactor docs () 2023-04-28 11:33:41 +08:00
development Fix broken links in documents () 2023-05-10 12:34:16 +00:00
help Refactor docs () 2023-04-28 11:33:41 +08:00
installation Refactor docs () 2023-04-28 11:33:41 +08:00
usage Add Alpine package registry () 2023-05-12 17:27:50 +00:00
actions.en-us.md Docs for Gitea Actions () 2023-05-05 20:07:20 +00:00
administration.en-us.md
administration.fr-fr.md
administration.zh-cn.md
administration.zh-tw.md
contributing.en-us.md
contributing.fr-fr.md
contributing.zh-tw.md
development.en-us.md
development.zh-cn.md
development.zh-tw.md
help.en-us.md
help.fr-fr.md
help.zh-cn.md
help.zh-tw.md
installation.en-us.md
installation.fr-fr.md
installation.zh-cn.md
installation.zh-tw.md
packages.en-us.md
search.de-de.md Refactor docs () 2023-04-28 11:33:41 +08:00
search.en-us.md Refactor docs () 2023-04-28 11:33:41 +08:00
search.fr-fr.md Refactor docs () 2023-04-28 11:33:41 +08:00
search.nl-nl.md Refactor docs () 2023-04-28 11:33:41 +08:00
search.pt-br.md Refactor docs () 2023-04-28 11:33:41 +08:00
search.zh-cn.md Refactor docs () 2023-04-28 11:33:41 +08:00
search.zh-tw.md Refactor docs () 2023-04-28 11:33:41 +08:00
usage.en-us.md
usage.zh-cn.md
usage.zh-tw.md