Difference between revisions of "GIMP"

From __space Wiki
Jump to: navigation, search
(GIMP)
Line 2: Line 2:
  
 
<nowiki>***Instructions will be added soon***</nowiki>
 
<nowiki>***Instructions will be added soon***</nowiki>
 
+
<!--
 
==GIMP==
 
==GIMP==
 
Gimp is an open source raster graphics editor. While it cannot be used to create a vector, other programs that are available on _Space.URI computers such as CORELDraw and Inkscape are great alternatives if a vector is needed.
 
Gimp is an open source raster graphics editor. While it cannot be used to create a vector, other programs that are available on _Space.URI computers such as CORELDraw and Inkscape are great alternatives if a vector is needed.
  
<!--
 
 
==Learning to use GIMP==
 
==Learning to use GIMP==
 
GIMP has many tools, the main ones to know however when working to make a raster is:
 
GIMP has many tools, the main ones to know however when working to make a raster is:
 
*The tool bar, the main features to use from it are '''Image''' and  '''Tools'''. In the toolbox(Positioned on the right hand side) the main tool to use is '''Select'''.
 
*The tool bar, the main features to use from it are '''Image''' and  '''Tools'''. In the toolbox(Positioned on the right hand side) the main tool to use is '''Select'''.
**'''Select tool''': There are 4 types of selection tools '''Rectangular''', '''Elliptical''', '''Free''' and '''Fuzzy'''.
+
**'''Image''', located on the top left hand side of GIMP, had various tools within it. The main one to use is '''Mode''' though '''Crop to Selection''' can be used if what you've selected in an image is much smaller than the rest of the canvas.
 +
*** Within '''Mode''' there is 5 options. Only '''RGB''', '''Greyscale''' and '''Indexed''' are the most important to understand when making a raster.
 +
**** '''RGB''' is the normal setting of a image, where colors at selected via 3 channels of colors(Red,Green and Blue) allowing for greater intensity of colors.
 +
**** '''Grayscale''' changes the image so that the images colors are flattened and converted to 256 values of gray, with each pixel being adjusted on a 0(white)-255(black) scale of brightness
 +
**** '''Indexed''' changes the image so that it becomes a 8-bit image with up to 255 color variations, though GIMP lets you change the maximum amount of colors allowed. Dithering is just in case the image has more that 255 color variations, as without dithering images with more than 255 colors would have blotches or solid blocks of color where there should be subtle color variations.
 +
***'''Crop to Selection''' is a straight forward tool, it crops down the canvas size to the borders of what you have selected.
 +
**'''Tools''' has many other tools in it such as a more selection tools, different paint tools and transformation tools. '''Color Tools''' is the main tool kit to be looking at in it however.
 +
***'''Color Tools''' allows the user to to adjustments to either the whole canvas or the selected parts of it. There was various types of tools to do adjustments with such as '''Brightness and Contrast''', '''Colorize''', '''Hue and Saturation''' and '''Color Balance'''
 +
****'''Brightness and Contrast''' adjusts the brightness of the image and the contrasts between the dark and lights.
 +
****'''Colorize'''
 +
****'''Hue and Saturation'''
 +
****'''Color Balance'''
 +
**'''Select tool''': There are 4 types of selection tools in the toolkit: '''Rectangular''', '''Elliptical''', '''Free''' and '''Fuzzy'''.
 
***Rectangular(Dotted rectangle icon) is a normal selection type along the lines of using the select tool in something like Paint.
 
***Rectangular(Dotted rectangle icon) is a normal selection type along the lines of using the select tool in something like Paint.
 
***Elliptical(Dotted circle icon) is also like a normal selection type except for the fact that it selects in a circular shape rather than a rectangular shape.
 
***Elliptical(Dotted circle icon) is also like a normal selection type except for the fact that it selects in a circular shape rather than a rectangular shape.
 
***Free Select Tool(Lasso icon) or otherwise known as a 'Lasso' select functions differently. The user sets an origin point on the image and then continue to put down points along the image until they return back to the origin point. Everything within the selected points will be selected, making this select tool the best for when you need precision.
 
***Free Select Tool(Lasso icon) or otherwise known as a 'Lasso' select functions differently. The user sets an origin point on the image and then continue to put down points along the image until they return back to the origin point. Everything within the selected points will be selected, making this select tool the best for when you need precision.
***Fuzzy(Wand Icon), the last selection tool functions more like a quick Free Select tool where you just click on where you want to select and it'll select based on blocks of color. It works the best with images that don't have too much anti aliasing and aren't blurry, as it may cause the Fuzzy tool to not select some sections of an image.
+
***Fuzzy(Wand Icon), the last selection tool functions more like a quick Free Select tool where you just click on where you want to select and it'll select until it hits the borders of the color. It works the best with images that don't have too much anti aliasing and aren't blurry, as it may cause the Fuzzy tool to not select some sections of an image.
 
 
  
 
===Using GIMP to create a raster===
 
===Using GIMP to create a raster===
Line 31: Line 41:
 
*If you missed a section that you want to select but don't want to deselect what you can you can hold the shift key to add to your existing selection.
 
*If you missed a section that you want to select but don't want to deselect what you can you can hold the shift key to add to your existing selection.
 
**Likewise if you find you've selected too much just simply hit the ctrl key and you can deselect from your existing selection.
 
**Likewise if you find you've selected too much just simply hit the ctrl key and you can deselect from your existing selection.
*
+
*If you want to select every bit of one color but it has sections of it with different colors between it you can go into '''Tools''' -> '''Selection Tools''' -> '''By Color Select'''. This will select every instance with the same color value in the canvas.
 
--
 
--

Revision as of 12:27, 16 April 2018

Open source raster graphics editor.

***Instructions will be added soon***