DeadlyUnits : The Community
Welcome to DeadlyUnits!
Sign In To Post, or crete topics!
If your a GFX Artist, then Enjoy and please post your GFX.
Also Dont Forget to Introduce Yourself!
Are You in OsOk or Have a 360? Click Here
Thanx.
-DjZ.
-iTs_Ownage(OwnAg3 For life)
-ArrestedLion
-xpect119

Join the forum, it's quick and easy

DeadlyUnits : The Community
Welcome to DeadlyUnits!
Sign In To Post, or crete topics!
If your a GFX Artist, then Enjoy and please post your GFX.
Also Dont Forget to Introduce Yourself!
Are You in OsOk or Have a 360? Click Here
Thanx.
-DjZ.
-iTs_Ownage(OwnAg3 For life)
-ArrestedLion
-xpect119
DeadlyUnits : The Community
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Who is online?
In total there are 8 users online :: 0 Registered, 0 Hidden and 8 Guests

None

[ View the whole list ]


Most users ever online was 377 on Tue Sep 14, 2021 2:24 pm
Latest topics
» Want to view the codes?
Vector Imaging EmptyFri Aug 31, 2012 11:49 pm by x--|Zenegade--x

» freeze help
Vector Imaging EmptyThu Aug 16, 2012 5:48 pm by x-BaJz7veY-x

» ftb3 cso or iso
Vector Imaging EmptyWed May 09, 2012 8:34 pm by kingkryp

» Register here you guys!
Vector Imaging EmptySat May 05, 2012 11:14 pm by x--|Zenegade--x

» Nightcore - Feeling You
Vector Imaging EmptyFri Apr 27, 2012 2:03 am by ♛✬ζωZ†ωρ✬™

» PSP2 codes
Vector Imaging EmptyWed Apr 25, 2012 9:17 pm by [₳]Nii[M]aTiioN[§] ῳ

» Call of Duty: Modern Warfare 3
Vector Imaging EmptySun Apr 22, 2012 4:02 pm by [₳]Nii[M]aTiioN[§] ῳ

» To random people on this site
Vector Imaging EmptySat Apr 14, 2012 12:26 pm by x--|Zenegade--x

» Optimus-A Little Something Something
Vector Imaging EmptySat Apr 07, 2012 11:05 am by Mr. Haferman


Vector Imaging

4 posters

Go down

Vector Imaging Empty Vector Imaging

Post by M&M's Thu Sep 08, 2011 7:09 pm

Well LiCKEN posted that he would start learning how to make vector imaging. Well Ill tell you what that is.

Overview

Computer displays are made up from grids of small rectangular cells called pixels. The picture is built up from these cells. The smaller and closer the cells are together, the better the quality of the image, but the bigger the file needed to store the data. If the number of pixels is kept constant, the size of each pixel will grow and the image becomes grainy (pixelated) when magnified, as the resolution of the eye enables it to pick out individual pixels.Vector graphics files store the lines, shapes and colors that make up an image as mathematical formulas. A vector graphics program uses these mathematical formulas to construct the screen image, building the best quality image possible, given the screen resolution. The mathematical formulas determine where the dots that make up the image should be placed for the best results when displaying the image. Since these formulas can produce an image scalable to any size and detail, the quality of the image is limited only by the resolution of the display, and the file size of vector data generating the image stays the same. Printing the image to paper will usually give a sharper, higher resolution output than printing it to the screen but can use exactly the same vector data file.
Some people use a text editor to create and edit fonts and other vector graphics, but most people use a more-or-less WYSIWYG vector graphics editor. Many people use a spreadsheet application to convert numeric data into a few specialized kinds of vector graphics -- line charts, pie charts, etc.

Editing vector graphics
Main article: vector graphics editor
A vector graphics editor is used for creating and editing vector graphics. The image can be changed by editing screen objects which are then saved as modifications to the mathematical formulas. Mathematical operators in the software can be used to stretch, twist, and color component objects in the picture or the whole picture, and these tools are presented to the user intuitively through the graphical user interface of the computer. It is possible to save the screen image produced as a bitmap/raster file or generate a bitmap of any resolution from the vector file for use on any device.
The size of the file generated will depend on the resolution required, but the size of the vector file generating the bitmap/raster file will always remain the same. Thus, it is easy to convert from a vector file to a range of bitmap/raster file formats but it is much more difficult to go in the opposite direction, especially if subsequent editing of the vector picture is required. It might be an advantage to save an image created from a vector source file as a bitmap/raster format, because different systems have different (and incompatible) vector formats, and some might not support vector graphics at all. However, once a file is converted from the vector format, it is likely to be bigger, and it loses the advantage of scalability without loss of resolution. It will also no longer be possible to edit individual parts of the image as discrete objects. The file size of vector graphic depends on the number of graphic elements it contains.
Vector formats are not always appropriate in graphics work. For example, devices such as cameras and scanners produce raster graphics that are impractical to convert into vectors, and so for this type of work, the editor will operate on the pixels rather than on drawing objects defined by mathematical formulas. Comprehensive graphics tools will combine images from vector and raster sources, and may provide editing tools for both, since some parts of an image could come from a camera source, and others could have been drawn using vector tools.

Standards
The W3C standard for vector graphics is SVG. The standard is complex and has been relatively slow to be established at least in part owing to commercial interests. Many web browsers now have some support for rendering SVG data but full implementations of the standard are still comparatively rare.

Applications
The earliest 2D computer graphics were all vector graphics.
One of the first uses of vector graphic displays was the US SAGE air defense system. Vector graphics systems were only retired from U.S. en route air traffic control in 1999, and are likely still in use in military and specialised systems. Vector graphics were also used on the TX-2 at the MIT Lincoln Laboratory by computer graphics pioneer Ivan Sutherland to run his program Sketchpad in 1963.
Subsequent vector graphics systems, most of which iterated through dynamically modifiable stored lists of drawing instructions, include Digital's GT40.[2] There was a home gaming system that used vector graphics called Vectrex as well as various arcade games like Asteroids and Space Wars. Storage scope displays, such as the Tektronix 4014, could display vector images but not modify them without first erasing the display.
Modern vector graphics displays can sometimes be found at laser light shows, where two fast-moving X-Y mirrors are used to rapidly draw shapes and text on a screen.
The term "vector graphics" is mainly used today in the context of two-dimensional computer graphics. It is one of several modes an artist can use to create an image on a raster display. Other modes include text, multimedia, and 3D rendering. Virtually all modern 3D rendering is done using extensions of 2D vector graphics techniques. Plotters used in technical drawing still draw vectors directly to paper.

Information

For example, consider a circle of radius r. The main pieces of information a program needs in order to draw this circle are
an indication that what is to be drawn is a circle
the radius r
the location of the center point of the circle
stroke line style and color (possibly transparent)
fill style and color (possibly transparent)
Advantages to this style of drawing over raster graphics:
This minimal amount of information translates to a much smaller file size compared to large raster images (the size of representation does not depend on the dimensions of the object), though a vector graphic with a small file size is often said to lack detail compared with a real world photo.
Correspondingly, one can infinitely zoom in on e.g. a circle arc, and it remains smooth. On the other hand, a polygon representing a curve will reveal being not really curved.
On zooming in, lines and curves need not get wider proportionally. Often the width is either not increased or less than proportional. On the other hand, irregular curves represented by simple geometric shapes may be made proportionally wider when zooming in, to keep them looking smooth and not like these geometric shapes.
The parameters of objects are stored and can be later modified. This means that moving, scaling, rotating, filling etc. doesn't degrade the quality of a drawing. Moreover, it is usual to specify the dimensions in device-independent units, which results in the best possible rasterization on raster devices.
From a 3-D perspective, rendering shadows is also much more realistic with vector graphics, as shadows can be abstracted into the rays of light from which they are formed. This allows for photo realistic images and renderings.

Typical primitive objects

Any particular vector file format supports only some kinds of primitive objects. Nearly all vector file formats support simple and fast-rendering primitive objects:
Lines and polylines and polygons
Bézier curves and bezigons
Circles and ellipses
Most vector file formats support
Text (in computer font formats such as TrueType where each letter is created from Bézier curves)
color gradient
Often, a bitmap image is considered as a primitive object. From the conceptual view, it behaves as a rectangle.
A few vector file formats support more complex objects as primitives:
Many computer-aided design applications support splines and other curves, such as:
Catmull-Rom splines
NURBS
iterated function systems
superellipse and superellipsoid
metaballs
etc.
This list is not complete.
If an image stored in one vector file format is converted to a file format that supports all the primitive objects used in that particular image, then the conversion can be lossless.

Vector operations

Vector graphics editors typically allow rotation, movement, mirroring, stretching, skewing, affine transformations, changing of z-order and combination of primitives into more complex objects.
More sophisticated transformations include set operations on closed shapes (union, difference, intersection, etc.).
Vector graphics are ideal for simple or composite drawings that need to be device-independent, or do not need to achieve photo-realism. For example, the PostScript and PDF page description languages use a vector graphics model.

Printing

Vector art is key for printing. Since the art is made from a series of mathematical curves it will print very crisply even when resized. For instance, one can print a vector logo on a small sheet of copy paper, and then enlarge the same vector logo to billboard size and keep the same crisp quality. A low-resolution raster graphic would blur or pixelate excessively if it were enlarged from business card size to billboard size. (The precise resolution of a raster graphic necessary for high-quality results depends on the viewing distance; e.g., a billboard may still appear to be of high quality even at low resolution if the viewing distance is large enough.)
If we regard typographic characters as images, then the same considerations that we have made for graphics apply even to composition of written text for printing (typesetting). Older character sets were stored as bitmaps, therefore to achieve maximum print quality they had to be used at a given resolution only; these font formats are said to be non-scalable. High quality typography is nowadays based on character drawings (fonts) which are typically stored as vector graphics, and as such are scalable to any size. Examples of these vector formats for characters are Postscript fonts and TrueType fonts.

Vector illustration

Vector illustration is a popular technique of many digital illustrators worldwide. Some of the greatest internationally acclaimed artists in the field are Catalina Estrada, Petra Stefankova, Nathan Jurevicius, J. Otto Seibold, Matthew Inman, Leo Blanchette and others.

3D modelling

Main article: 3D modelling
In 3D computer graphics, vectorized surface representations are most common (bitmaps can be used for special purposes such as surface texturing, height-field data and bump mapping). At the low-end, simple meshes of polygons are used to represent geometric detail in applications where interactive frame rates or simplicity are important. At the high-end, where one is willing to trade-off higher rendering times for increased image quality and precision, smooth surface representations such as Bézier patches, NURBS or Subdivision surfaces are used. One can, however, achieve a smooth surface rendering from a polygonal mesh through the use of shading algorithms such as Phong and Gouraud.
M&M's
M&M's
im gonna spam ^_^
im gonna spam ^_^

Your REAL name. : Emm And Emm
Male Posts : 455
Join date : 2011-09-07
Age : 28

Back to top Go down

Vector Imaging Empty Re: Vector Imaging

Post by Mr. Haferman Thu Sep 08, 2011 7:16 pm

nice copy and paste :FLOPPY:
Mr. Haferman
Mr. Haferman
CoAdmin
CoAdmin

Your REAL name. : Harrison Fearnow
Male Posts : 260
Join date : 2011-07-14
Age : 30
Location : In your closet, raping your dog

http://www.deadlyunits.forumotion.com

Back to top Go down

Vector Imaging Empty Re: Vector Imaging

Post by M&M's Thu Sep 08, 2011 7:17 pm

Well I know didnt know what it was in the 1st place so im learning too.
M&M's
M&M's
im gonna spam ^_^
im gonna spam ^_^

Your REAL name. : Emm And Emm
Male Posts : 455
Join date : 2011-09-07
Age : 28

Back to top Go down

Vector Imaging Empty Re: Vector Imaging

Post by [1O7]xUnLimitedNukex Fri Sep 09, 2011 10:28 am

blah blah blah paragraph after paragraph, you should of said you copied & pasted -_-
[1O7]xUnLimitedNukex
[1O7]xUnLimitedNukex
im so active
im so active

Male Posts : 555
Join date : 2011-07-17
Age : 27
Location : SOCOM

http://3nemy.tk/

Back to top Go down

Vector Imaging Empty Re: Vector Imaging

Post by X_Ex7-_z Fri Sep 09, 2011 3:27 pm

jesus.
X_Ex7-_z
X_Ex7-_z
1337
1337

Your REAL name. : Johnny Carvalho
Male Posts : 471
Join date : 2011-07-20

Back to top Go down

Vector Imaging Empty Re: Vector Imaging

Post by Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum