92 | | ST_AsJPEG(raster, integer, integer, integer) - raster, rband, gband, bband, quality=75[[BR]] |
93 | | ST_AsJPEG(raster, integer, integer, integer, integer) - raster, rband, gband, bband, quality |
| 92 | ST_AsJPEG(raster, integer, integer, integer) - raster, rband, gband, bband, quality=75 |
| 93 | |
| 94 | ST_AsJPEG(raster, integer, integer, integer, integer) - raster, rband, gband, bband, quality |
97 | | ST_AsJPEG(raster, raster, raster)[[BR]] |
98 | | ST_AsJPEG(raster, raster, raster, integer) -with the quality param |
| 98 | ST_AsJPEG(raster, raster, raster) |
| 99 | |
| 100 | ST_AsJPEG(raster, raster, raster, integer) -with the quality param |
102 | | ST_AsJPEG(raster, "GRAYSCALE") - convert only band 1 with quality = 75[[BR]] |
103 | | ST_AsJPEG(raster, "GRAYSCALE", integer) - convert only band 1 with specified quality[[BR]] |
104 | | ST_AsJPEG(raster, integer, "GRAYSCALE") - allow specifying the band number to convert[[BR]] |
105 | | ST_AsJPEG(raster, integer, "GRAYSCALE", integer) - allow specifying the band number to convert and the quality |
| 104 | ST_AsJPEG(raster, "GRAYSCALE") - convert only band 1 with quality = 75 |
| 105 | |
| 106 | ST_AsJPEG(raster, "GRAYSCALE", integer) - convert only band 1 with specified quality |
| 107 | |
| 108 | ST_AsJPEG(raster, integer, "GRAYSCALE") - allow specifying the band number to convert |
| 109 | |
| 110 | ST_AsJPEG(raster, integer, "GRAYSCALE", integer) - allow specifying the band number to convert and the quality |
109 | | ST_AsJPEG(raster, "GRAYSCALE", min, max, text) - convert only band 1 with quality = 75[[BR]] |
110 | | ST_AsJPEG(raster, "GRAYSCALE", integer, min, max, text) - convert only band 1 with specified quality[[BR]] |
111 | | ST_AsJPEG(raster, integer, "GRAYSCALE", min, max, text) - allow specifying the band number to convert[[BR]] |
112 | | ST_AsJPEG(raster, integer, "GRAYSCALE", integer, min, max, text) - allow specifying the band number to convert and the quality |
| 114 | ST_AsJPEG(raster, "GRAYSCALE", min, max, text) - convert only band 1 with quality = 75 |
| 115 | |
| 116 | ST_AsJPEG(raster, "GRAYSCALE", integer, min, max, text) - convert only band 1 with specified quality |
| 117 | |
| 118 | ST_AsJPEG(raster, integer, "GRAYSCALE", min, max, text) - allow specifying the band number to convert |
| 119 | |
| 120 | ST_AsJPEG(raster, integer, "GRAYSCALE", integer, min, max, text) - allow specifying the band number to convert and the quality |