Skip to content

Commit

Permalink
adds edition instructions and adds miua logo to vector poster (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxochicale committed Jul 13, 2022
1 parent 0789516 commit 7868721
Show file tree
Hide file tree
Showing 5 changed files with 2,059 additions and 35 deletions.
6 changes: 4 additions & 2 deletions poster/README.md
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
```

4 changes: 2 additions & 2 deletions poster/resources/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#INKSCAPE?=inkscape --export-png # Inkscape (svg support)
INKSCAPE?=inkscape --export-filename # Inkscape (svg support)
INKSCAPE?=inkscape --export-png # Inkscape (svg support)
#INKSCAPE?=inkscape --export-filename # Inkscape (svg support)

OS_VERS:=$(shell lsb_release -a 2>/dev/null | grep Description | awk '{ print $$2 "-" $$3 }')
# https://stackoverflow.com/questions/30088319/using-shell-in-makefile-to-find-ubuntu-version
Expand Down
Binary file added poster/resources/references/logo_miua2022.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 7868721

Please sign in to comment.