From: Regina Obe Date: Tue, 29 Sep 2015 03:20:05 +0000 (+0000) Subject: git-svn-id: http://svn.osgeo.org/postgis/trunk@14122 b70326c6-7e19-0410-871a-916f4a2858ee X-Git-Tag: 2.2.0~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1a44cfd60fa32b9f5b7596431c43afe5fbf4afad;p=postgis git-svn-id: http://svn.osgeo.org/postgis/trunk@14122 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml index 43339fb85..d1d99044d 100644 --- a/doc/reference_raster.xml +++ b/doc/reference_raster.xml @@ -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)