Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 417 Bytes

Heic To Jpg converter

Heic to Jpg converter is a C++ application for converting HEIC image format to jpg. It's dependent on ImageMagic system calls.

Features

  • UI for selecting folders and viewing progression
  • Can iterat through folders recursively
  • System calls are done on different thread
  • Progress can be view during runtime

Dependecies

  • VS 2019, C++
  • ImageMagic ^7.10 - 53
  • Dream Imgui - DX12