"Fossies" - the Fresh Open Source Software Archive 
Member "xzgv-0.9.2/src/resizepic.h" (3 Sep 2017, 303 Bytes) of package /linux/misc/old/xzgv-0.9.2.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style:
standard) with prefixed line numbers and
code folding option.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "resizepic.h" see the
Fossies "Dox" file reference documentation.
1 /* xzgv v0.2 - picture viewer for X, with file selector.
2 * Copyright (C) 1999 Russell Marks. See main.c for license details.
3 *
4 * resizepic.h
5 */
6
7
8 extern unsigned char *resizepic(unsigned char *theimage,
9 int width,int height,int *sw_ask,int *sh_ask,int allow_crunch);