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

Add pictures (screenshots from InfiniSim) of applications and settings. #1021

Conversation

JF002
Copy link
Collaborator

@JF002 JF002 commented Mar 3, 2022

Add pictures (screenshots from InfiniSim) for apps and settings.

https://docs.infinitime.io/en/documentation-reorganization-app-pictures/user-documentation/apps.html

I took those screenshots manually using specacle in KDE, and I used this script to automatically crop the title bar of the application:

#!/bin/bash
#convert
for image in *.png; do
        convert  "$image" -crop 240x240+0+29  "$image"
done
exit 0

@JF002 JF002 requested a review from ncartron March 3, 2022 21:10
Copy link

@ncartron ncartron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wow, very nice pics! That'll save me from doing it :-)

@ncartron ncartron merged commit fe0f372 into documentation-reorganization Mar 4, 2022
@Avamander Avamander deleted the documentation-reorganization-app-pictures branch September 27, 2022 21:28
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