mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-14 18:05:55 -07:00
refactor: vips.h, fix(docs):
This commit is contained in:
parent
b55834edf2
commit
51c320fab7
3 changed files with 32 additions and 20 deletions
4
vips.h
4
vips.h
|
|
@ -12,8 +12,8 @@ enum types {
|
|||
};
|
||||
|
||||
typedef struct {
|
||||
char *Text;
|
||||
char *Font;
|
||||
const char *Text;
|
||||
const char *Font;
|
||||
} watermarkTextOptions;
|
||||
|
||||
typedef struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue