GithubHelp home page GithubHelp logo

picapport-heic-plugin's Introduction

picapport-heic-plugin

Experimental HEIC/HEIF plug-in for Picapport

This is an experimental Piccapport plug-in for supporting HEIC/HEIF images.

As Picapport only supports JPEG files, plug-ins like this are used to convert images in other file formats to JPEG. To do so, this plug-in relies on the linux package ImageMagick, which includes a command line utility called convert. To invoke such command line utility this plug-in relies on the library im4j which provides a simple Java API to invoke the convert utility from the command line.

In order to use this plug-in in Picapport you have to make sure that ImageMagick is installed and the executable is in the system PATH. Then follow Picapport installation instructions and drop the HEICImagePlugin.zip into the picapport plugin's folder.

docker

For those running Piccapport via whatever4711 docker image (sources here), you can add imagemagick by building a derived image using a Dockerfile containing the following:

FROM <IMAGE_TAG>
RUN apk update && apk add imagemagick

credits

This project uses:

  • ImageMagick for converting HEIC/HEIF pictures to JPEG
  • im4java to invoke ImageMagick. This library did not see a release for many years, but it still works perfectly.

license

This project is licensed under the Apache Public License 2.0.

Frequently Asked Questions

See here.

picapport-heic-plugin's People

Contributors

giamma avatar

Watchers

 avatar

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.