====== Differences ====== This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
gtspring2009:howto:format [2009/03/21 11:06] gibson |
gtspring2009:howto:format [2010/02/02 07:55] (current) |
||
---|---|---|---|
Line 78: | Line 78: | ||
====== Preferences ====== | ====== Preferences ====== | ||
- | Please make all videos and images in standard sizes and colors. This makes it much easier to display them in [[http://chaosbook.org/tutorials/index.html|web tutorials]] etc. | + | Please make all videos and images in standard sizes and colors. This makes it much easier to display them in [[http://chaosbook.org/tutorials/index.html|web tutorials]] etc. --Predrag |
===== Videos ===== | ===== Videos ===== | ||
Line 92: | Line 93: | ||
* framing: please **crop movies** so they have as little dead area along the edges as possible | * framing: please **crop movies** so they have as little dead area along the edges as possible | ||
- | ===== Figures ===== | + | ====== Images ====== |
* pre-publication quality images | * pre-publication quality images | ||
Line 99: | Line 100: | ||
+ | ===== How to resize PNGs ===== | ||
+ | |||
+ | To convert a PNG figure to the pixel size you prefer, use the ImageMagick %%convert%% command. For example, | ||
+ | |||
+ | <code> | ||
+ | convert -resize 400x300 bigfig.png justright.png | ||
+ | </code> | ||
+ | |||
+ | converts the 560x420 pixel figure %%bigfig.png%% to a 400x300 pixel figure %%justright.png%%. | ||
+ | |||
+ | {{:gtspring2009:howto:bigfig.png|bigfig.png}} {{:gtspring2009:howto:justright.png|justright.png}} |