notes
This commit is contained in:
parent
c35e2e5427
commit
a511221984
23
TODO
23
TODO
@ -1,3 +1,26 @@
|
||||
- try:
|
||||
|
||||
http://i.publiclab.org/system/images/photos/000/006/146/original/NDVI_VGYRM-lut.txt
|
||||
|
||||
tab-separated, four columns
|
||||
|
||||
$ vips csvload ~/Desktop/NDVI_VGYRM-lut.txt x.v --skip 1
|
||||
vips warning: csv2vips: error parsing number, line 2, column 1025
|
||||
|
||||
strange ... works without the --skip, though the first row is blank
|
||||
|
||||
- try:
|
||||
|
||||
$ vips copy y.v x.v --width 1 --bands 3
|
||||
VipsRegion: images do not match in pixel size
|
||||
|
||||
copy will make 1xN or Nx1 M-band images into MxN oone-nband images, but it
|
||||
won't go tyhe other way
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
- does ruby need to unpack RefString as well? what about C++?
|
||||
|
||||
- how about something like vips_grid() which turns a tall thin one-band
|
||||
|
Loading…
Reference in New Issue
Block a user