Skip to content

Crop and resize text logos to 200x71#6

Merged
hugovk merged 1 commit intopython-pillow:masterfrom
hugovk:200x71
May 17, 2021
Merged

Crop and resize text logos to 200x71#6
hugovk merged 1 commit intopython-pillow:masterfrom
hugovk:200x71

Conversation

@hugovk
Copy link
Copy Markdown
Member

@hugovk hugovk commented Nov 23, 2020

For use as a logo in the docs:

This image was created from https://github.com/python-pillow/pillow-logo/blob/master/pillow-logo-light-text.png:

  • Cropped with ImageMagick: convert in.png -trim out.png
  • Resized in Mac Preview to 200px width, maintaining aspect ratio
  • A few extra bytes squeezed out with:
pngcrush -ow -brute pillow-logo-light-text-200x71.png
optipng -o7 -zm1-9 pillow-logo-light-text-200x71.png

And similarly for the dark text version.

@hugovk
Copy link
Copy Markdown
Member Author

hugovk commented May 17, 2021

Merging as we already use these in production docs :)

@hugovk hugovk merged commit 1fd8141 into python-pillow:master May 17, 2021
@hugovk hugovk deleted the 200x71 branch May 17, 2021 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant