libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

file-jxl-save.h (491B)


      1 // Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 //
      3 // Use of this source code is governed by a BSD-style
      4 // license that can be found in the LICENSE file.
      5 
      6 #ifndef PLUGINS_GIMP_FILE_JXL_SAVE_H_
      7 #define PLUGINS_GIMP_FILE_JXL_SAVE_H_
      8 
      9 #include "plugins/gimp/common.h"
     10 
     11 namespace jxl {
     12 
     13 bool SaveJpegXlImage(gint32 image_id, gint32 drawable_id, gint32 orig_image_id,
     14                      const gchar* filename);
     15 
     16 }  // namespace jxl
     17 
     18 #endif  // PLUGINS_GIMP_FILE_JXL_SAVE_H_