Skip to content

TODO #1

@jcupitt

Description

@jcupitt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions