makoni / jpg-to-heif-converter

Convert from JPG to HEIF
MIT License
61 stars 14 forks source link

Convert xcassets folder #3

Closed ghost closed 6 years ago

ghost commented 6 years ago

Added the ability to select directories and batch-convert all images within. Additionally, the app treats .xcasset and .imageset paths as directories, and will modify "contents.json" files found in those to accurately reflect post-conversion filenames-- this is intended to smooth the process of batch-converting an XCode project's assets to heif images

makoni commented 6 years ago

Thanks