Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screenshots resize #369

Merged
merged 1 commit into from
Jun 17, 2022
Merged

Screenshots resize #369

merged 1 commit into from
Jun 17, 2022

Conversation

antenore
Copy link
Contributor

Description

I've resized all the screenshots to a fixed size of 600x300, that is an average (almost) of all the original files.

I'm thinking to a better solution for the long run, but in the meanwhile I can submit, from time to time, a PR while the resized screenshots.

I've done the resize using ImageMagick:

mogrify -path resized/ -resize 600x300\! *png

And moved the new files back in the screenshots folder.

A brief digression

Screenshots should be generated always using the same tool, with the same options, this is to assure that they all look the same.
I'm investigating on this, and I'll let you know which options we have (if any).

@mbadolato mbadolato merged commit 82b6971 into mbadolato:master Jun 17, 2022
@mbadolato
Copy link
Owner

Nice, thanks!

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.

2 participants