Git Product home page Git Product logo

heif's People

Contributors

biodranik avatar frankrolf avatar lrw04 avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

heif's Issues

Image size changed

When I convert a image from png to heic the image height is reduced in one pixel
Using Imagemagick

$identify example.png
example.png PNG 1125x2436 1125x2436+0+0 8-bit sRGB 2.89787MiB 0.000u 0:00.004

$heif example.png

$identify example.heic
example.heic HEIC 1124x2436 1124x2436+0+0 8-bit YCbCr 0.000u 0:00.001

example.png.zip

Swift 5 Runtime Libraries are needed for High Sierra

This tool is really useful for High Sierra and Mojave users, as their sips version isn't capable of converting to heic.
However, anything older than macOS 10.14.4 doesn't come with the "Swift 5 Runtime Libraries" your app links to. They can be downloaded directly from Apple: https://support.apple.com/kb/DL1998
Maybe you could add that info to your README.

Anyway, works perfectly ๐Ÿ‘

Fails on Catalina with AVEBridge Error: AVEEncoder_CreateInstance: returning err = -12908

Seems to be throwing this error on Catalina:

AVEBridge Info: AVEEncoder_CreateInstance: Received CreateInstance (from VT)
Assert - (remoteService != NULL) - f: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleAVEBridge/AppleAVEBridge-18/AppleAVEEncoder/AppleAVEEncoder.c l: 290
AVE XPC Error: could not find remote service
Assert - (err == noErr) - f: /BuildRoot/Library/Caches/com.apple.xbs/Sources/AppleAVEBridge/AppleAVEBridge-18/AppleAVEEncoder/AppleAVEEncoder.c l: 1940
AVE ERROR: XPC failed
AVEBridge Info: connectHandler: Device connected (0x00007ff0a01b3470)AVEBridge Info: stopUserClient: IOServiceClose was successful.

AVEBridge Error: AVEEncoder_CreateInstance: returning err = -12908

Easier native way to convert images

Here is native and easier way to convert images to HEIC. This uses native SIPS utility.

for i in *.jpg; do sips -s format heic $i --out converted/$i.heic;done

Faster than sips?

Just wanted to ask if this is faster in anyway compared to the built in conversion utility sips?

Location of output files

The present default output file location is the same as the source. Could an option be added to provide a different location?

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.