-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Things that need doing before we could declare 1.0, in no order:
- Documentation
- Sort out naming conventions: we should probably switch to
newFromFile()
, for example - what about
.bandsplit()
and.bandjoin()
? Should they be.bandSplit()
and.bandJoin()
? - Fix module structure, hide internal things
- Have something to generate convenience members for
Image
, eg.Image.black
should be generated automatically. - Need convenience functions like
Image.prototype.bandsplit
- Enum expansions, eg.
Image.prototype.sin
- Need to handle the libvips error buffer
- Fix up exceptions
- More arithmetic wrappers need doing by hand, eg. see
Image.prototype.add
- Load/save unformatted memory areas, eg. a Buffer holding a uint8 pixel array
- Load/save formatted memory areas, eg. a string holding a PNG
- Need to wrap
VipsInterpolate
- Some examples
- Benchmarks
- Make it "just work" on Windows (it works right now, but you have to change the library names, see the FIXME notes)
- We open the libraries several times. It would be better to open once and share the handles. We could have code to use the Windows library names in just one place then as well.
- We seem to leak some buffers in
example/thumb.js
in memory mode, investigate - Travis integration
- Add
vips.call.async
Please add more!
Metadata
Metadata
Assignees
Labels
No labels