Skip to content

Commit f0d87e8

Browse files
image updates to tutorials
1 parent 5315659 commit f0d87e8

29 files changed

+6
-5
lines changed
-18.7 KB
Binary file not shown.

content/tutorials/text/print/index.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,11 @@ Images saved directly from screen are created at the screen’s resolution, typi
6868

6969
The difference is illustrated with this diagram:
7070

71-
![](./fg40-1.svg)
71+
<FixedImage center width={800} height={300}>
72+
73+
![diagram showing that when enlarged, a vector image is smooth and a raster image is very pixelated](./fg40-1.svg)
74+
75+
</FixedImage>
7276

7377
Use the vector technique to export line art, type, or shapes that can be printed professionally, published, or printed at very large sizes. It’s also helpful to create a file that can be edited further with a program like Inkscape or Adobe Illustrator. Raster images are useful when exporting an image from a program that does not refresh its background each frame. If the image accumulates by adding each new frame to the display window, it may not be possible for vector data to achieve the same effect, or it may be too much geometry to store in a single file. A raster file does not represent each visual element separately (it saves it as a series of pixels), so it is editable only by programs like GIMP and Photoshop. A raster file can be printed with as much resolution as a vector file if it is output with a large enough width and height setting to give the file a high resolution when scaled for print. For example, to print a four-inch image at 600 dpi would require size(2400,2400) inside setup(). Vector files are eventually rasterized during the printing process, so it’s simply a matter of when the rasterizing takes place—whether directly from the program, or inside a professional raster image processor (RIP). After a file is generated through software, it is often modified before it is printed. Common changes include tweaking color or changing the weight of the lines after print tests. To make changes, load raster files into a program such as GIMP or Photoshop. Load vector files into a program such as Inkscape, Illustrator, or CorelDRAW. The following examples clarify the strengths and weaknesses of each technique.
7478

@@ -309,10 +313,7 @@ There are also disadvantages to printing software images. The ability to animate
309313
[^2]: Ibid., p. 69.
310314
[^3]: Frieder Nake, &ldquo;Notes on the Programming of Computer Graphics,&rdquo; In _Cybernetic Serendipity_, edited by Jasia Reichardt (Praeger, 1969), p. 77.
311315
[^4]: This work is also credited as _Mural_ in the exhibition catalog _Cybernetic Serendipity_.
312-
[^5]:
313-
Rick Poynor, &ldquo;_Emigre_: An Ending,&rdquo; Design Observer, 10 November 2005.
314-
315-
http://www.designobserver.com/archives/007816.html.
316+
[^5]: Rick Poynor, &ldquo;_Emigre_: An Ending,&rdquo; Design Observer, 10 November 2005. http://www.designobserver.com/archives/007816.html.
316317

317318
[^6]: Lewis Blackwell, _The End of Print: The Graphic Design of David Carson_ (Chronicle Books, 1995), p. 173.
318319
[^7]: ICC profiles are files that define the mappings between a print’s data and the specific paper and printer specifications. Well-designed profiles can increase the quality of a print. Check the website of the paper manufacturer to see if it has created one for your printer.
-1.37 KB
Loading
-1.37 KB
Loading
-1.38 KB
Loading
-1.69 KB
Loading
-1.12 KB
Loading
-660 Bytes
Loading
-2.97 KB
Loading
-1.56 KB
Loading

0 commit comments

Comments
 (0)