nekos-best.c 1.0.0
A simple, lightweight c wrapper for nekos.best API
Data Fields
nekos_result Struct Reference

Struct for a result image. More...

Data Fields

nekos_format format
 [out] Format of the image.
 
union { 
 
   nekos_source_gif *   gif 
 [out] Source information for a gif (only use if the format is nekos_format::NEKOS_GIF ).
 
   nekos_source_png *   png 
 [out] Source information for a png (only use if the format is nekos_format::NEKOS_PNG ).
 
source 
 [out] Source information of the image.
 
char * url
 [out] URL to the image.
 

Detailed Description

Struct for a result image.