diff options
author | neodarz <neodarz@neodarz.net> | 2020-10-04 22:25:33 +0200 |
---|---|---|
committer | neodarz <neodarz@neodarz.net> | 2020-10-04 22:25:33 +0200 |
commit | 9443eb4006a06bc3d9a2ac3d5339ac394d2c5c6e (patch) | |
tree | 864670655f9bd3d521410dd24fa14b002ab3c81c /dotfiles/cheat/image | |
parent | 8b4e51ffa979c10e37d7ba3d7957184b751c2db7 (diff) | |
download | dotfiles_dotdrop-9443eb4006a06bc3d9a2ac3d5339ac394d2c5c6e.tar.xz dotfiles_dotdrop-9443eb4006a06bc3d9a2ac3d5339ac394d2c5c6e.zip |
Update some cheat
Diffstat (limited to 'dotfiles/cheat/image')
-rw-r--r-- | dotfiles/cheat/image | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dotfiles/cheat/image b/dotfiles/cheat/image new file mode 100644 index 0000000..c531f16 --- /dev/null +++ b/dotfiles/cheat/image @@ -0,0 +1,28 @@ +# Prepare image for the web with gimp + +Resources: +- https://docs.gimp.org/en/gimp-using-web.html +- https://logosbynick.com/gimp-reduce-file-size-png/ + +## Optimize color palette + +Image > Mode > Indexed + +Check generate optimum palette with 35 value (255 is the default) then click on +Convert + +## Lower resolution + +Image > Scale + +Set witch to 700 and then click on Scale + +## Remove alpha chanel + +Remove Alpha channel by flattering the image (Image -> Flatten Image) + +## Save + +Save in PNG format with uncheck all and best compression + +Don't forget to check if the final image is ok with what you want |