Skip to content

Commit

Permalink
PocketBook: import adjustAreaWithSaturationBrightnessAndDithering for…
Browse files Browse the repository at this point in the history
… color devices (#1933)
  • Loading branch information
dmalinovsky authored Sep 20, 2024
1 parent 9e16a13 commit c0916c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ffi-cdecl/inkview_decl.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ cdecl_func(AdjustDirectionKeys)
cdecl_func(adjustAreaDefault)
cdecl_func(adjustAreaWithVibrance)
cdecl_func(adjustAreaWithLabColorsSaturation)
cdecl_func(adjustAreaWithSaturationBrightnessAndDithering)
cdecl_func(arc_filename)
cdecl_func(base64_decode)
cdecl_func(base64_encode)
Expand Down
1 change: 1 addition & 0 deletions ffi/inkview_h.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1165,6 +1165,7 @@ int AdjustDirectionKeys(int);
void adjustAreaDefault(unsigned char* data, int scanline, int width, int height);
void adjustAreaWithVibrance(unsigned char* data, int scanline, int width, int height, float vibrance);
void adjustAreaWithLabColorsSaturation(unsigned char* data, int scanline, int width, int height, double koef);
void adjustAreaWithSaturationBrightnessAndDithering(unsigned char* data, int scanline, int width, int height, int * saturation_table, int * value_table, bool dithering);
char *arc_filename(const char *);
int base64_decode(const char *, unsigned char *, int);
int base64_encode(const unsigned char *, int, char *);
Expand Down

0 comments on commit c0916c3

Please sign in to comment.