AlbumShaper 1.0a3
jpegSize.h
Go to the documentation of this file.
1//==============================================
2// copyright : (C) 2003-2005 by Will Stokes
3//==============================================
4// This program is free software; you can redistribute it
5// and/or modify it under the terms of the GNU General
6// Public License as published by the Free Software
7// Foundation; either version 2 of the License, or
8// (at your option) any later version.
9//==============================================
10
11#ifndef BACKEND_TOOLS_JPEG_JPEGSIZE_H
12#define BACKEND_TOOLS_JPEG_JPEGSIZE_H
13
14//returns size of a jpeg image
15bool getJPEGSize( const char* filename, int& width, int& height );
16
17#endif //BACKEND_TOOLS_JPEG_JPEGTOOLS_H
int width
Definition blur.cpp:79
int height
Definition blur.cpp:79
bool getJPEGSize(const char *filename, int &width, int &height)
Definition jpegSize.cpp:65