heic2jpg

git clone git://archive.git.mtrnord.blog/MTRNord/heic2jpg.git
Log | Files | Refs | README | LICENSE

meson_options.txt (195B)


      1 option(
      2   'profile',
      3   type: 'combo',
      4   choices: [
      5     'default',
      6     'development'
      7   ],
      8   value: 'default',
      9   description: 'The build profile for Heic2JPG. One of "default" or "development".'
     10 )