You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #include "modular.h"
-
-
- pipi_image_t *pipi_load_modular(const char *name)
- {
- return pipi_load_jpeg(name);
- }
-
- int pipi_save_modular(pipi_image_t *img, const char *name)
- {
- return pipi_save_jpeg(img, name);
- }
|