Cptutils: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
(änderungen entsprechend en.giswiki)
 
Zeile 1: Zeile 1:
The GMT package implements colour gradients with the cpt (colour palette) file format, and provides some tools for creating and manipulating them. The '''cptutils''' package contains a number of additional utilities, mostly for translation to and from other formats. In version 1.22 (November 2005),
+
The GMT package implements colour gradients with the cpt (colour palette) file format, and provides some tools for creating and manipulating them. The '''cptutils''' package contains a number of additional utilities, mostly for translation to and from other formats. In 1.28 (October 2006),
  
* [http://www.vindaloo.uklinux.net/jjg/code/avlcpt-man.html avlcpt] convert avl ([[ArcView]] Legend) to cpt
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/avlcpt-man.html avlcpt] convert avl ([[ArcView]] Legend) to cpt
* [http://www.vindaloo.uklinux.net/jjg/code/cptcss-man.html cptcss] convert cpt to fragment of [[:de:CSS|css]]
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/cptcss-man.html cptcss] convert cpt to fragment of [[:de:CSS|css]]
* [http://www.vindaloo.uklinux.net/jjg/code/cptgimp-man.html cptgimp] convert cpt to [[:de:gimp|gimp]] gradient
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/cptgimp-man.html cptgimp] convert cpt to [[:de:gimp|gimp]] gradient
* [http://www.vindaloo.uklinux.net/jjg/code/cptinfo-man.html cptinfo] print summary information on a cpt file
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/cptinfo-man.html cptinfo] print summary information on a cpt file
* [http://www.vindaloo.uklinux.net/jjg/code/cpttext-man.html cpttext] colour text according to a cpt file
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/cpttext-man.html cpttext] colour text according to a cpt file
* [http://www.vindaloo.uklinux.net/jjg/code/cptsvg-man.html cptsvg] convert cpt to [[SVG|svg]] gradient
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/cptsvg-man.html cptsvg] convert cpt to [[SVG|svg]] gradient
* [http://www.vindaloo.uklinux.net/jjg/code/gimpcpt-man.html gimpcpt] convert gimp gradient to cpt
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/gimpcpt-man.html gimpcpt] convert gimp gradient to cpt
* [http://www.vindaloo.uklinux.net/jjg/code/pspcpt-man.html pspcpt] convert [[:de:PaintShop Pro|PaintShop Pro]] gradient to cpt
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/pspcpt-man.html pspcpt] convert PaintShop Pro gradient to cpt
* [http://www.vindaloo.uklinux.net/jjg/code/svgx-man.html svgx] convert svg gradient to cpt, gimp gradient or POV-Ray colour-map
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/svgx-man.html svgx] convert svg gradient to cpt, gimp gradient, PaintShop Pro/Photoshop gradient or POV-Ray colour-map
* [http://www.vindaloo.uklinux.net/jjg/code/xycpt-man.html xycpt] convert column data to cpt
+
* [http://pdfb.wiredworkplace.net/pub/jjg/code/xycpt-man.html xycpt] convert column data to cpt
  
This example palette was converted from the gimp gradient ''sunrise'' with gimpcpt.
+
The cptutils package was written to aid the construction of the cpt archive [http://cpt-city.org.uk/ cpt-city] (where thousands of cpt files can be downloaded). The Unix source distribution for the package can be downloaded [http://pdfb.wiredworkplace.net/pub/jjg/code/cptutils.html here] (you will need to have [http://xmlsoft.org/ libxml2] installed to compile it).
  
<div align="center">http://www.vindaloo.uklinux.net/jjg/code/Sunrise.png</div>
+
* http://pdfb.wiredworkplace.net/pub/jjg/code/cptutils.html
  
The cptutils package was written to aid the construction of the cpt archive [http://cpt-city.org.uk/ cpt-city] (where hundreds of cpt files can be downloaded). The Unix source distribution for the package can be downloaded [http://www.vindaloo.uklinux.net/jjg/code/cptutils.tar.gz here] (you will need to have [http://xmlsoft.org/ libxml2] installed to compile it).
+
[[Category:conversion]]
 
+
[[Category:SVG]]
* http://www.vindaloo.uklinux.net/jjg/code/cptutils.html
+
[[Category:ArcView]]
 
+
[[Category:open source]]
[[Kategorie:Konvertierung]]
+
[[Category:free software]]
[[Kategorie:SVG]]
+
[[Category:free GIS]]
[[Kategorie:ArcView]]
+
[[Category:free GIS]]
[[Kategorie:Open Source]]
+
[[Category:GPL]]
[[Kategorie:Free GIS]]
+
[[Category:C]]
[[Kategorie:Free GIS]]
+
[[Kategorie:Free GIS]]
+
[[Kategorie:GPL]]
+
[[Kategorie:C]]
+

Aktuelle Version vom 23. April 2007, 23:18 Uhr

The GMT package implements colour gradients with the cpt (colour palette) file format, and provides some tools for creating and manipulating them. The cptutils package contains a number of additional utilities, mostly for translation to and from other formats. In 1.28 (October 2006),

  • avlcpt convert avl (ArcView Legend) to cpt
  • cptcss convert cpt to fragment of css
  • cptgimp convert cpt to gimp gradient
  • cptinfo print summary information on a cpt file
  • cpttext colour text according to a cpt file
  • cptsvg convert cpt to svg gradient
  • gimpcpt convert gimp gradient to cpt
  • pspcpt convert PaintShop Pro gradient to cpt
  • svgx convert svg gradient to cpt, gimp gradient, PaintShop Pro/Photoshop gradient or POV-Ray colour-map
  • xycpt convert column data to cpt

The cptutils package was written to aid the construction of the cpt archive cpt-city (where thousands of cpt files can be downloaded). The Unix source distribution for the package can be downloaded here (you will need to have libxml2 installed to compile it).