Skip to content

Optional named arguments #220

Closed Answered by jcupitt
boan-jfm asked this question in Q&A
Sep 12, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @boan-jfm,

You need pngsave:

https://www.libvips.org/API/current/VipsForeignSave.html#vips-pngsave

You can find these things by ^F on the function list:

https://www.libvips.org/API/current/func-list.html

which lists operations by what they do, or by ^F on the API index:

https://www.libvips.org/API/current/api-index-full.html

which indexes by the C function name.

A better search would be nice, I agree :(

It's unfortunate that phpdoc does not support optional arguments (as far as I know).

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@boan-jfm
Comment options

@jcupitt
Comment options

@jcupitt
Comment options

Answer selected by boan-jfm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants