-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adds edition instructions and adds miua logo to vector poster (#6)
- Loading branch information
1 parent
0789516
commit 7868721
Showing
5 changed files
with
2,059 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
# Poster | ||
|
||
## Edition | ||
* For cropping images: create a rectangue and overlay with your image, you can then make use of "Object>Clip>Set" to crop images. | ||
* For scaling images: Make use of the lock icon "When locked change both width and height by the same proportion" | ||
|
||
## Rendering PDF in inkscape | ||
1. GO TO PRINT | ||
2. RENDERING>BITMAP (300dpi default) | ||
3. PRINT | ||
|
||
|
||
## converting pdf to image | ||
``` | ||
convert -verbose -density 50 -trim print_version_A1.pdf -quality 100 -flatten -sharpen 0x1.0 finalversion_jpg.jpg | ||
convert -verbose -density 50 -trim print_version_A0.pdf -quality 100 -flatten -sharpen 0x1.0 finalversion_jpg.jpg | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.