You must install FFmpeg first in order to use this plugin properly. Once downloaded, simply add the bin folder of FFmpeg to your environment variables and you're good to go ! Rollback image in case of error In case of error during the convertion process, there is a command Rollback temp...
heif_context* ctx = heif_context_alloc(); heif_context_read_from_file(ctx, input_filename, nullptr); // get a handle to the primary image heif_image_handle* handle; heif_context_get_primary_image_handle(ctx, &handle); // decode the image and convert colorspace to RGB, saved as 24bi...