<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Wiki143%3AGraphics_tutorials</id>
	<title>Wiki143:Graphics tutorials - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://debianws.lexgopc.com/wiki143/index.php?action=history&amp;feed=atom&amp;title=Wiki143%3AGraphics_tutorials"/>
	<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Wiki143:Graphics_tutorials&amp;action=history"/>
	<updated>2026-05-15T18:21:55Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.1</generator>
	<entry>
		<id>http://debianws.lexgopc.com/wiki143/index.php?title=Wiki143:Graphics_tutorials&amp;diff=140991&amp;oldid=prev</id>
		<title>imported&gt;APenguinThatIsSilly: /* Application */ fix capitalization</title>
		<link rel="alternate" type="text/html" href="http://debianws.lexgopc.com/wiki143/index.php?title=Wiki143:Graphics_tutorials&amp;diff=140991&amp;oldid=prev"/>
		<updated>2025-01-20T23:12:21Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Application: &lt;/span&gt; fix capitalization&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Various [[Wikipedia:Wikipedians|Wikipedians]] have put together graphics tutorials. Some of these are still works in progress. It is preferred to work with [[open format]]s (such as [[Portable Network Graphics|PNG]] or [[SVG]]) and [[free license]]s (such as public domain or GFDL) when possible. There are many [[free software]] programs available for creating and editing images.&lt;br /&gt;
&lt;br /&gt;
{{main|Wikipedia:Graphs}}&lt;br /&gt;
{{shortcut|WP:GRT}}&lt;br /&gt;
&lt;br /&gt;
==Tutorials== &lt;br /&gt;
===Vector graphics tutorials===   &lt;br /&gt;
====Application====   &lt;br /&gt;
*[[Wikipedia:How to draw a diagram with Inkscape|SVG with Inkscape]] - Fully featured SVG drawing program, also capable of PNG output    &lt;br /&gt;
*[[Wikipedia:How to draw a diagram with Dia|Using Dia]] - &amp;lt;small&amp;gt;&amp;#039;&amp;#039;&amp;#039;page not maintained&amp;#039;&amp;#039;&amp;#039;&amp;lt;/small&amp;gt; - Well suited to technical diagrams &amp;amp; flowsheets - PNG output, limited SVG support   &lt;br /&gt;
*[[Wikipedia:How to draw a diagram with Microsoft Word|Using Microsoft Word]] - &amp;lt;small&amp;gt;&amp;#039;&amp;#039;&amp;#039;page not maintained&amp;#039;&amp;#039;&amp;#039;&amp;lt;/small&amp;gt; - Familiar to many users, easy to use - PNG only, no SVG support   &lt;br /&gt;
&amp;lt;!-- as a note, I am referring to PNG as any form of rastered graphics, as opposed to SVG. I am discounting PDF/PS output here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Specific tasks====   &lt;br /&gt;
* [[Wikipedia:How to create graphs for Wikipedia articles|How to create graphs for Wikipedia articles]]&lt;br /&gt;
* [[meta:Help:Displaying a formula#Commutative_diagrams|Displaying a formula with commutative diagrams in TeX]], in [[mathematics]]   &lt;br /&gt;
* [[Wikipedia:WikiProject Electronics/How to draw SVG circuits using Xcircuit|How to draw SVG circuits using Xcircuit]], in [[electronics]]&lt;br /&gt;
&lt;br /&gt;
=== Bitmap graphics tutorials ===   &lt;br /&gt;
*[[Wikipedia:Basic bitmap image editing]]   &lt;br /&gt;
*[[Wikipedia:Graphic Lab/Optimizing relief]] - map-making tutorial using [[3DEM]] or [[GRASS GIS]] editors and [[GIMP]] bitmap editor (all free programs)&lt;br /&gt;
&lt;br /&gt;
=== Photo editing tutorials ===&lt;br /&gt;
*[[Wikipedia:How to improve image quality|How to improve image quality]]&lt;br /&gt;
&lt;br /&gt;
=== Combination tutorials ===&lt;br /&gt;
*[[Wikipedia:Picture tutorial|Picture tutorial]]: The best way to add your pictures to articles&lt;br /&gt;
*[[User:Brion VIBBER/Maps and images for Wikipedia|Maps and images for Wikipedia]]&lt;br /&gt;
*[[Wikipedia:Coloring cartographic maps|Coloring cartographic maps]]&lt;br /&gt;
* Keep in mind that images can contain [http://www.fieggen.com/software/jpgextra_sample.htm hidden data] and that you might want to remove the hidden data before publishing the images.&lt;br /&gt;
*Text can be overlaid onto images using [[Template:Annotated image]] or [[Template:Annotated image 4]].&lt;br /&gt;
&lt;br /&gt;
=== Filesize optimisation tutorials ===&lt;br /&gt;
*[[Wikipedia:Preparing images for upload]] - Describes how to keep image file sizes as small as possible.&lt;br /&gt;
*[[Wikipedia:How to reduce colors for saving a JPEG as PNG|How to reduce colors for saving a JPEG as PNG]] (using The GIMP)&lt;br /&gt;
&lt;br /&gt;
==== [[Open source]] programs ====&lt;br /&gt;
*[https://pngquant.org/ pngquant] - program that reduces PNG size by automatically reducing the number of colors. Visually lossless most of the time.&lt;br /&gt;
*[http://pmt.sourceforge.net/pngcrush/ PNGCrush] - Old tried and true program that reduces PNG sizes using multiple [[zlib]] compression trials on disk.&lt;br /&gt;
*[http://optipng.sourceforge.net/ OptiPNG] - Essentially a newer version of PNGCrush, it economizes the trial (reducing from 100s of short ones to a maximum of 7 longer ones) and does everything in memory. Usually produces identical results, and is much faster.&lt;br /&gt;
*[http://advancemame.sourceforge.net/comp-readme.html AdvanceCOMP] - A group of programs designed to reduce ZIP compression in many contexts, including PNGs (using AdvPNG).&lt;br /&gt;
*[http://www.sentex.net/~mwandel/jhead/ Jhead] - A program for viewing, altering, or removing [[Exif]] data of JPEGs. Amongst other things, this allows for reducing file sizes.&lt;br /&gt;
*[http://nikkhokkho.sourceforge.net/static.php?page=FileOptimizer FileOptimizer] - A  [[Windows]] [[GUI]] program (recommended for beginners) that uses multiple open source and freeware tools (including most of those listed here) to optimize a large number of media filetypes. Achieves better compression than any of the others used by themselves. Released under the LGPL.&lt;br /&gt;
&lt;br /&gt;
==== [[Freeware]] programs ====&lt;br /&gt;
*[http://advsys.net/ken/utils.htm PNGOUT] - A program that optimizes PNGs by eschewing the usual [[zlib]] compression for a slower but more complete algorithm.&lt;br /&gt;
**[http://pnggauntlet.com PNG Gauntlet] - GUI for OptiPNG, PNGOUT, and DeflOpt (similar to AdvPNG in AdvanceCOMP)&lt;br /&gt;
*[http://logicnet.dk/Analyzer/ Image Analyzer] - Amongst other things, allows for [[lossy]] compression of PNG files. (Often, however, merely [[posterize|posterizing]] the image at a level that does not produce [[color banding]] results in smaller files of the same or higher quality.) &lt;br /&gt;
*[http://www.rainbow-software.org/programs.html#JPG%20Cleaner JPG Cleaner] - Removes Exif data from JPEGs, making the files smaller.&lt;br /&gt;
*[http://www.fieggen.com/software/jpgextra.htm JPGExtra] and [http://www.fieggen.com/software/pngextra.htm PNGExtra] - Programs that losslessly optimize JPEGs and PNGs by cleanly removing all non-image data.&lt;br /&gt;
&lt;br /&gt;
== Software used for Wikipedia images==&lt;br /&gt;
&lt;br /&gt;
=== Vector graphics software ===&lt;br /&gt;
&lt;br /&gt;
*[[Adobe Illustrator]] (Non-free)&lt;br /&gt;
*[[CorelDraw]] (Non-free)&lt;br /&gt;
*[[Dia (software)|Dia]] (Free)&lt;br /&gt;
*[[DrawPlus]] (Non-free)&lt;br /&gt;
*[[Inkscape]] (Free)&lt;br /&gt;
*[[MetaPost]] (Free)&lt;br /&gt;
*[[Sodipodi]] (Free)&lt;br /&gt;
*[[Xara Xtreme]] (Non-free and Free versions)&lt;br /&gt;
*[[xfig]] (Free)&lt;br /&gt;
*[[:Category:Vector graphics editors|and many more...]]&lt;br /&gt;
&lt;br /&gt;
=== 3D software ===&lt;br /&gt;
*[[Autodesk 3ds Max]] (non-free)&lt;br /&gt;
*[[Autodesk Maya]] (non-free)&lt;br /&gt;
*[[Autodesk Softimage]] (non-free)&lt;br /&gt;
*[[Blender (software)|Blender]] (Free)&lt;br /&gt;
*[[LightWave 3D]] (non-free)&lt;br /&gt;
*[[OpenFX (software)|OpenFX]] (Free)&lt;br /&gt;
*[[POV-Ray]] (Free for non-commercial distribution)&lt;br /&gt;
*[[:Category:3D_graphics_software|and many more...]]&lt;br /&gt;
&lt;br /&gt;
=== [[Raster graphics]] (bitmap) software===&lt;br /&gt;
*[[Adobe Photoshop]] (Non-free)&lt;br /&gt;
*[[CodedColor]]&lt;br /&gt;
*[[GIMP]] (Free)&lt;br /&gt;
*[[Paint.NET]] (Free)&lt;br /&gt;
*[[Paint Shop Pro]] (Non-free)&lt;br /&gt;
*[[:Category:Raster graphics editors|and many more...]]&lt;br /&gt;
&lt;br /&gt;
===Word processors with vector-graphics facilities===&lt;br /&gt;
*[[Microsoft Word]] (Non-free)&lt;br /&gt;
*[[OpenOffice.org]] Writer (Free)&lt;br /&gt;
*[[LibreOffice]] Writer (Free)&lt;br /&gt;
*[[:Category:Word_processors|and many more...]]&lt;br /&gt;
&lt;br /&gt;
===Panorama software===&lt;br /&gt;
*[[Hugin (software)|Hugin]] (Open source)&lt;br /&gt;
*[http://matthewalunbrown.com/autostitch/autostitch.html Autostitch] (Non-free; full demo available)&lt;br /&gt;
*[http://www.tawbaware.com/ptasmblr.htm PTAssembler] (Shareware, based on the open source [[Panorama Tools (software)|Panorama Tools]])&lt;br /&gt;
*[http://www.ptgui.com/ PTGui] (Shareware, based on the open source [[Panorama Tools (software)|Panorama Tools]])&lt;br /&gt;
&lt;br /&gt;
== Related topics ==&lt;br /&gt;
* [[Vector graphics]], [[Raster graphics]], [[3D graphics]], [[Word processor]]s, [[Graphics]], [[Computer graphics]], [[Page layout]], [[Image editing]]&lt;br /&gt;
*[[Wikipedia:Images for cleanup|Images for cleanup]]: images that need improvements&lt;br /&gt;
*[[Wikipedia:Image use policy|Image use policy]]: general information on using images on Wikipedia&lt;br /&gt;
*[[Wikipedia:Public domain image resources|Public domain image resources]]: sources for [[Wikipedia:public domain|public domain]] images, organized topically&lt;br /&gt;
*[[:Image:Sergei-Prokudin-Gorski-Larg.jpg|Prokudin-Gorskii photographs]] (scroll down)&lt;br /&gt;
*[[Wikipedia:SVG Help]] Technical help for problems with uploaded SVGs&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
*[http://gimp-savvy.com/BOOK/index.html Grokking the GIMP]: a comprehensive on-line book covering the [[GIMP]], as well as graphic and digital photo editing in general&lt;br /&gt;
&lt;br /&gt;
{{Help navigation}}&lt;br /&gt;
{{Wikipedia technical help|collapsed}}&lt;br /&gt;
[[Category:Wikipedia image help|Graphics tutorials]]&lt;br /&gt;
[[Category:Wikipedia tutorials]]&lt;/div&gt;</summary>
		<author><name>imported&gt;APenguinThatIsSilly</name></author>
	</entry>
</feed>