Git Product home page Git Product logo

node-heif's Introduction

heif

HEIF - High Efficiency Image File Format for Node.js

This module is under development yet :-)

Give me other time i work with ❤️ for all of you

HEIF is a visual media container format standardized by the Moving Picture Experts Group (MPEG) for storage and sharing of images and image sequences. It is based on the well-known ISO Base Media File Format (ISOBMFF) standard. HEIF Reader/Writer Engine is an implementation of HEIF standard in order to demonstrate its powerful features and capabilities.

node-heif's People

Contributors

nicknaso avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

sam1rm

node-heif's Issues

Version properties

It is important in some circumstances take decision based on different version of the underlying library. Heif will expose the information about the C++ heif library. Below I report the API

//Property that represents the version of the library. It will be a string  
Heif.VERSION 
//Property that represents the major version of the library. It will be a number  
Heif.MAJOR 
//Property that represents the minor version of the library. It will be a number
Heif.MINOR 
//Property that represents the minor minor or patch version of the library. It will be a number
Heif.PATCH 
//Property that represents the code name of the library. It will be a number
Heif.CODE_NAME 

Reader API

This API has the responsibility to read the configuration file as specified by the standard https://github.com/nokiatech/heif/wiki/II.-HEIF-Writer-Library-and-Configuration-Examples#heif-json-configuration-format and give us the access to all the components of the heif file like reported in the following example:
https://github.com/nokiatech/heif/wiki/III.-HEIF-Reader-API-and-Usage-Examples
There is a JS implementation but I prefer to reimplement the API on this addon to get better performance and not just an adapter to the pre-existent module.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.