Subversion Repositories RepoView

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
42 nishi 1
/* $Id: rv_magick.h 42 2024-08-22 05:25:09Z nishi $ */
2
 
3
#ifndef __RV_MAGICK_H__
4
#define __RV_MAGICK_H__
5
 
6
#include <stdbool.h>
7
 
8
void rv_init_magick(void);
9
bool rv_resize_picture(const char* input, const char* output, char** reason);
10
 
11
#endif