]> granicus.if.org Git - postgis/commitdiff
git-svn-id: http://svn.osgeo.org/postgis/trunk@14122 b70326c6-7e19-0410-871a-916f4a2858ee
authorRegina Obe <lr@pcorp.us>
Tue, 29 Sep 2015 03:20:05 +0000 (03:20 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 29 Sep 2015 03:20:05 +0000 (03:20 +0000)
doc/reference_raster.xml

index 43339fb8514ebd6dda117cbbb3ecabf2f93dc752..d1d99044d85f879d3881a773369ffff4b3c86d62 100644 (file)
@@ -1171,11 +1171,19 @@ FROM (SELECT unnest(xpath('/CreationOptionList/Option', create_options::xml)) As
 FROM  st_gdaldrivers()
 WHERE short_name = 'JPEG') As g;
 
-    oname    |  otype  |           descrip
--------------+---------+-----------------------------
- PROGRESSIVE | boolean |
- QUALITY     | int     | good=100, bad=0, default=75
- WORLDFILE   | boolean |
+       oname        |  otype  |      descrip
+--------------------+---------+-------------------------------------------------
+ PROGRESSIVE        | boolean | whether to generate a progressive JPEG
+ QUALITY            | int     | good=100, bad=0, default=75
+ WORLDFILE          | boolean | whether to geneate a worldfile
+ INTERNAL_MASK      | boolean | whether to generate a validity mask
+ COMMENT            | string  | Comment
+ SOURCE_ICC_PROFILE | string  | ICC profile encoded in Base64
+ EXIF_THUMBNAIL     | boolean | whether to generate an EXIF thumbnail(overview).
+                                By default its max dimension will be 128
+ THUMBNAIL_WIDTH    | int     | Forced thumbnail width
+ THUMBNAIL_HEIGHT   | int     | Forced thumbnail height
+(9 rows)
 </programlisting>
 
 <programlisting>