Difference between revisions of "Inkscape"

From Fab Lab Wiki - by NMÍ Kvikan
Jump to: navigation, search
(svg information)
(adding in links)
 
(One intermediate revision by the same user not shown)
Line 12: Line 12:
  
  
== History ==
+
== Tutorials ==
 +
*[https://inkscape.org/en/learn/tutorials/ Official inkscape tutorials]
  
Inkscape began in 2003 led by a team of four former Sodipodi developers. With Inkscape, they said they would focus development on implementing the complete SVG standard. Since the start  Inkscape's developers changed it greatly: They rewrote it from C into C++; adopted the GTK+ toolkit C++ bindings (gtkmm); redesigned its user interface, and added a number of new features. Notably, its implementation of the SVG standard, although incomplete, has shown gradual improvement. Rather than top-down governance, its developers strive to encourage where individual developers derive their authority from their ability and active involvement in the project. Indeed, these values allow Inkscape's founders to remain well represented in the decision making project without deterring newcomers, who, in turn, have come to play prominent roles.
 
  
''To read more about this topic: [http://en.wikipedia.org/wiki/Inkscape http://en.wikipedia.org/wiki/Inkscape]''
 
  
 +
=== Important basics ===
 +
*document size:                    [https://www.youtube.com/watch?v=GrCwUFu8jC0 YouTube:https://www.youtube.com/watch?v=GrCwUFu8jC0]
 +
*bezier (drawing path) :            [https://www.youtube.com/watch?v=AAgWhnf_p3k YouTube:https://www.youtube.com/watch?v=AAgWhnf_p3k] and [https://www.youtube.com/watch?v=uymedeE3mJE YouTube:https://www.youtube.com/watch?v=uymedeE3mJE]
 +
*fill and stroke menu :            [https://www.youtube.com/watch?v=y_p4BbTwgEM YouTube:https://www.youtube.com/watch?v=y_p4BbTwgEM]
 +
*trace bitmap :                    [https://www.youtube.com/watch?v=XNEnQW_rOGw YouTube:https://www.youtube.com/watch?v=XNEnQW_rOGw]
 +
*union / difference / intersection: [https://www.youtube.com/watch?v=pLWAPn5oeNI YouTube:https://www.youtube.com/watch?v=pLWAPn5oeNI]
 +
*save as PDF:                      [https://www.youtube.com/watch?v=8nLAnCByVqo YouTube:https://www.youtube.com/watch?v=8nLAnCByVqo]
  
== Tutorials ==
+
 
 +
=== Advanced basics ===
 
*[[Inkscape_quick_start_guide|Inkscape quick start guide]]
 
*[[Inkscape_quick_start_guide|Inkscape quick start guide]]
*[http://www.inkscape.org/en/learn/tutorials/ http://www.inkscape.org/en/learn/tutorials]
+
 
  
  
 
=== How to make ... ===
 
=== How to make ... ===
*Vinylcutting: [[Inkscape_how_to_make_name_sticker|How to make name sticker]]  
+
*tutorial: [[Inkscape_how_to_make_name_sticker|Name sticker]]  
*Lasercutting: [[Inkscape_how_to_make_a_pressfit_design|How to make a pressfit design]]
+
*tutorial: [[Inkscape_how_to_make_a_pressfit_design|pressfit example]]  
*YouTube: [https://www.youtube.com/watch?v=D-R0YbnNEm0 Designing a Simple Logo]
+
*YouTube: [https://www.youtube.com/watch?v=q8XORGTMjIs Drawing a flourish/flower]
+
*YouTube: [https://www.youtube.com/watch?v=Se7WVuyIEnU Drawing pixel art]
+
 
+
==What is SVG?==
+
*SVG stands for Scalable Vector Graphics
+
*SVG is used to define vector-based graphics for the Web
+
*SVG defines the graphics in XML format
+
*SVG graphics do NOT lose any quality if they are zoomed or resized
+
*Every element and every attribute in SVG files can be animated
+
*SVG is a W3C recommendation
+
==SVG Advantages==
+
Advantages of using SVG over other image formats (like JPEG and GIF) are:
+
 
+
*SVG images can be created and edited with any text editor
+
*SVG images can be searched, indexed, scripted, and compressed
+
*SVG images are scalable
+
*SVG images can be printed with high quality at any resolution
+
*SVG images are zoomable (and the image can be zoomed without degradation)
+
 
+
== Useful Links ==
+
*[http://www.inkscapeforum.com/ http://www.inkscapeforum.com]
+
*[http://en.wikibooks.org/wiki/Inkscape wikibook Inkscape]
+
  
  
=== How to prepare inkscape file for machine usage ===
+
=== How to prepare - ===
 
*[[Inkscape_quick_start_guide#Saving_as_PDF|Step by step: saving_as_PDF]]
 
*[[Inkscape_quick_start_guide#Saving_as_PDF|Step by step: saving_as_PDF]]
 
*[http://vimeo.com/103894900 Vimeo: Fablab-skjal í Inkscape]
 
*[http://vimeo.com/103894900 Vimeo: Fablab-skjal í Inkscape]

Latest revision as of 16:28, 4 May 2015


Inscape-single-color-image.png


Inkscape is a open source vector graphics software, which runs on Windows, Mac OS X and Linux. The program has drawing tools comparable to Adobe Illustrator, CorelDRAW and Xara Xtreme. Help and support is provided by the community to help get you started with your designs. Inkscape is a member of the Software Freedom Conservancy, a US 501(c) (3) non-profit organization.

To download inkscape, visit: http://www.inkscape.org


Tutorials


Important basics


Advanced basics


How to make ...


How to prepare -