KO
|
EN
gitlite — search
Search
#javascript
#python
#react
#go
#reactjs
#nextjs
#firebase
#typescript
#android
#machine-learning
#ios
#html
HEIC
★ 42
Open GitHub ↗
Convert HEIC files to JPG
Download README (.md)
Explore Similar Repositories
heif-convert
:
Multi-Platform command line tool written in Python to convert HEIF images
HEIF-converter
:
Converter for High Efficiency Image Format(HEIF)
heic-to-jpg
:
CLI tool for converting HEIC images to jpg.
BulkConverterToHeic
:
macOS bulk image converter (JPG, PNG, BMP) to HEIC/HEIF with metadata preservation
electron-heic-png
:
HEIC to PNG/JPG desktop app with Electron, Vue.js 3 and Parcel.js 2
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
HEIC
?
Download (.md)
# HEIC Modern phones use the High Efficiency Image File Format (HEIF) to save storage when taking pictures. Files saved as a .heic or .heif can store twice as much information than a .jpg of the same file size. The HEIF format is not natively recognized in all file systems and applications. The console application here demonstrates the ability to convert .heic files to .jpg files using ImageMagick.NET. ## 12/21/2024 Update New versions of the HEIC format no longer worked with the HEIC convertor. Updated Magick to the latest version to resolve the issue.