Difference between revisions of "Inkscape"

From Fab Lab Wiki - by NMÍ Kvikan
Jump to: navigation, search
(svg information)
(adding video's)
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 ===
 +
*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]
  
== 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]
+
 
  
  
Line 27: Line 32:
 
*Vinylcutting: [[Inkscape_how_to_make_name_sticker|How to make name sticker]]  
 
*Vinylcutting: [[Inkscape_how_to_make_name_sticker|How to make name sticker]]  
 
*Lasercutting: [[Inkscape_how_to_make_a_pressfit_design|How to make a pressfit design]]  
 
*Lasercutting: [[Inkscape_how_to_make_a_pressfit_design|How to make a pressfit design]]  
*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]
 
  
  

Revision as of 15:12, 29 April 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 inkscape file for machine usage