* Get rid of all depenence on libgd, and use libjpeg directly.
This commit is contained in:
8
utils.h
8
utils.h
@ -3,13 +3,12 @@
|
||||
* Project : minidlna
|
||||
* Website : http://sourceforge.net/projects/minidlna/
|
||||
* Author : Justin Maggard
|
||||
* Copyright (c) 2008 Justin Maggard
|
||||
* Copyright (c) 2008-2009 Justin Maggard
|
||||
* This software is subject to the conditions detailed in the
|
||||
* LICENCE file provided in this distribution.
|
||||
* */
|
||||
#ifndef __UTILS_H__
|
||||
#define __UTILS_H__
|
||||
#include <gd.h>
|
||||
|
||||
int
|
||||
ends_with(const char * haystack, const char * needle);
|
||||
@ -26,9 +25,4 @@ strip_ext(char * name);
|
||||
int
|
||||
make_dir(char * path, mode_t mode);
|
||||
|
||||
/* A GD resize function with a good balance of quality and speed */
|
||||
void
|
||||
boxfilter_resize(gdImagePtr dst, gdImagePtr src,
|
||||
int dstX, int dstY, int srcX, int srcY,
|
||||
int dstW, int dstH, int srcW, int srcH);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user