File Export Information: Difference between revisions

From OCAD 12 Wiki - English
Jump to navigation Jump to search
No edit summary
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==Files==
{| class="wikitable" style=" border="1"
{| class="wikitable" style=" border="1"


Line 4: Line 7:
! File extension !! Format !! Properties  !! Advantages !! Disadvantages!! Graphic  
! File extension !! Format !! Properties  !! Advantages !! Disadvantages!! Graphic  
|-
|-
| *.ai || Adobe Illustrator || Version 7 || - || - || Vector (2D)
| *.ai || Adobe Illustrator || Version 7 ||   ||   || Vector (2D)
|-
|-
| *.bmp || Bitmap || - || Uncrompressed or lossless RLE (runlength entcoding) <br/> compression || The weak compression result in <br/> larger file sizes than other formats || Raster
| *.bmp || Bitmap || &nbsp; || Uncrompressed or lossless RLE (runlength entcoding) compression || The weak compression result in larger file sizes than other formats || Raster
|-
|-
| *.dxf || Drawing Interchange Format || - || - || Also suitable for 3D models || Verctor (2D)
| *.dxf || Drawing Interchange Format || &nbsp; || &nbsp; || Also suitable for 3D models || Verctor (2D)
|-
|-
| *.eps || Encapsulated Post Script || - || Writing style || - ||Vector and/or Raster
| *.eps || Encapsulated Post Script || &nbsp; || Writing style || &nbsp; ||Vector and/or Raster
|-
|-
| *.Gif || Graphic Interchange format || - || Lossless compressing graphics format <b/> Supports animations || Limited to 256 colors || raster
| *.Gif || Graphic Interchange format || &nbsp; || -Lossless compressing graphics format <br/> -Supports animations || Limited to 256 colors || Raster
|-
|-
| *.gpx || GPS eXchange file || GPS data ||- || XML-based format for GPS data
| *.gpx || GPS eXchange file || GPS data ||&nbsp; || XML-based format for GPS data || &nbsp;
|-
|-
| *.jpg || Joint photographic experts group || - || Lossy compressed 24 bit image files <b/> Embedding of paths possible ||This is unsuitable for text and hard color transitions || raster
| *.jpg || Joint photographic experts group || &nbsp; || -Lossy compressed 24 bit image files <br/> -Embedding of paths possible ||This is unsuitable for text and hard color transitions || Raster
|-
|-
| *.Kml || Google Earth (Vector) || Map || - || - || Vector
| *.Kml || Google Earth (Vector) || Map || &nbsp; || &nbsp; || Vector
|-
|-
| *.kmz || Google Earth (Raster) || Coordinates || - || - || Raster
| *.kmz || Google Earth (Raster) || Coordinates || &nbsp; || &nbsp; || Raster
|-
|-
| *.htm || Ocad internet map || Types: <b/> Java Applet <b/> Flash <b/> SVG || - || - || -
| *.htm || OCAD internet map || Types: <br/> -Java Applet <br/> -Flash <br/> -SVG || &nbsp; || &nbsp; || &nbsp;
|-
|-
| *.pdf || Portable Document Format || - || Lossless compression <b/> On any operating system readable <b/> Small file size || Need reader to read || Raster and or vector
| *.pdf || Portable Document Format || &nbsp; || -Lossless compression <br/> -On any operating system readable <br/> -Small file size || Need reader to read || Raster and/or vector
|-
|-
| *.shp || Shapefile || ESRI ArcGIS format for storing vector data || - || - || -
| *.shp || Shapefile || ESRI ArcGIS format for storing vector data || &nbsp; || &nbsp; || &nbsp;
|-
|-
| *.svg || Scalable Vector Graphics || Open, XML-based vector graphics format || - || - || -
| *.svg || Scalable Vector Graphics || Open, XML-based vector graphics format || &nbsp; || &nbsp; || &nbsp;
|-
|-
| *.tiff || Tagged Image File Format || Universal, pixel image format || Lossless compression <b/> 32 bit
| *.tiff || Tagged Image File Format || Universal, pixel image format || -Lossless compression <br/> -32 bit || &nbsp; || &nbsp;
 
|}
 
==Raster-Vector==
 
 
{| class="wikitable" style=" border="1"


|-
! Raster !! Vector
|-
| |[[File:raster_bsp.png]] || [[File:vector_bsp2.png]]
|-
| <br/> zoom <br/> [[File:raster_bsp2.png]] || zoom <br/> [[File:vector_bsp.png]] <br/>
|-
|  rowspan="2" colspan="2"| Vector graphics can scale to any size without quality loss.
|}
|}
More Informations:
[http://en.wikipedia.org/wiki/Raster_graphics Raster Graphics Wikipedia]
[http://en.wikipedia.org/wiki/Vector_graphics Vector Graphics Wikipedia]

Latest revision as of 08:58, 13 September 2012

Files

File extension Format Properties Advantages Disadvantages Graphic
*.ai Adobe Illustrator Version 7     Vector (2D)
*.bmp Bitmap   Uncrompressed or lossless RLE (runlength entcoding) compression The weak compression result in larger file sizes than other formats Raster
*.dxf Drawing Interchange Format     Also suitable for 3D models Verctor (2D)
*.eps Encapsulated Post Script   Writing style   Vector and/or Raster
*.Gif Graphic Interchange format   -Lossless compressing graphics format
-Supports animations
Limited to 256 colors Raster
*.gpx GPS eXchange file GPS data   XML-based format for GPS data  
*.jpg Joint photographic experts group   -Lossy compressed 24 bit image files
-Embedding of paths possible
This is unsuitable for text and hard color transitions Raster
*.Kml Google Earth (Vector) Map     Vector
*.kmz Google Earth (Raster) Coordinates     Raster
*.htm OCAD internet map Types:
-Java Applet
-Flash
-SVG
     
*.pdf Portable Document Format   -Lossless compression
-On any operating system readable
-Small file size
Need reader to read Raster and/or vector
*.shp Shapefile ESRI ArcGIS format for storing vector data      
*.svg Scalable Vector Graphics Open, XML-based vector graphics format      
*.tiff Tagged Image File Format Universal, pixel image format -Lossless compression
-32 bit
   

Raster-Vector

Raster Vector
Raster bsp.png Vector bsp2.png

zoom
Raster bsp2.png
zoom
Vector bsp.png
Vector graphics can scale to any size without quality loss.


More Informations:

Raster Graphics Wikipedia

Vector Graphics Wikipedia