mirror of
https://github.com/He4eT/oddkb.git
synced 2026-05-05 01:17:25 +00:00
add_border: hints for GIMP manipulations
This commit is contained in:
parent
43e26ec3db
commit
41b8f81b57
1 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# GIMP commands for the screenshot preparation:
|
||||||
|
# - Layer > Crop to Content [Alt + L, O, O, Enter]
|
||||||
|
# - Image > Fit Canvas to Layers [Alt + I, A]
|
||||||
|
|
||||||
filename="$1"
|
filename="$1"
|
||||||
bordercolor="#424242"
|
bordercolor="#424242"
|
||||||
bordersize=16
|
bordersize=16
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue