Closed mrowlinson closed 6 years ago
It seems the function used in this application already supports RAW files. It compresses my Nikon NEF RAW files with 10MB down to 600KB with all GPS and EXIF data, and without noticable loss, nice!
I only edited 1 line
panel.allowedFileTypes = ["jpg", "jpeg", "png", "nef"]
Wow awesome! I guess it must be using Core Image to do the image processing. Hopefully the creator can update it to enable the other file extensions. Nikon NEF is what I need as well. Any chance you could throw your updated version enabling it on Dropbox or something so I can use it until the official version is updated?
@desolator7 thanks for advice!
Support for RAW files (NEF and CR2) added in version 1.03 :)
Hi! Any chance for support of RW2 files, too?
Would you consider adding support for RAW files? Believe it or not yours is the only HEIF converter out there that will batch convert images so as it is now to convert my RAW files I have to open them one by one and manually export to HEIF. Supporting RAW would substantially reduce the amount of time I have to spend converting my RAW files.
Thanks for your work on this application!