#3582 closed defect (fixed)
Error in Manual - ST_AsPNG (9.10. Raster Outputs)
Reported by: | ruvyn | Owned by: | robe |
---|---|---|---|
Priority: | low | Milestone: | PostGIS 2.3.0 |
Component: | documentation | Version: | master |
Keywords: | PostGIS 2.3.0dev Manual | Cc: |
Description
PNG supports RGBA. Need to add the A channel.
"<varname>nbands</varname> is an array of bands to export (note that max is 3 for PNG) and the order of the bands is RGB. e.g ARRAY[3,2,1] means map band 3 to Red, band 2 to green and band 1 to blue"
Change History (3)
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 8 years ago
ruvyn,
Just a note, since a lot of these are the same file. Sorry didn't notice it before, you can in future just create one ticket and ideally just provide a doc patch.
Note:
See TracTickets
for help on using tickets.
In 14974: