X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_jpeg%2Ftrgt_jpeg.h;h=923cd41eeeeaf181b36c6c90d2ea1cf8522c53e2;hb=14014f12a69579b31aa68ced4cf054e1517099cb;hp=ac4c272b368c4d8ff68b7d2edbfd4cdf708eef2c;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_jpeg/trgt_jpeg.h b/synfig-core/trunk/src/modules/mod_jpeg/trgt_jpeg.h index ac4c272..923cd41 100644 --- a/synfig-core/trunk/src/modules/mod_jpeg/trgt_jpeg.h +++ b/synfig-core/trunk/src/modules/mod_jpeg/trgt_jpeg.h @@ -3,16 +3,17 @@ ** Template Header File ** $Id: trgt_jpeg.h,v 1.1.1.1 2005/01/04 01:23:11 darco Exp $ ** -** Copyright (c) 2002 Robert B. Quattlebaum Jr. +** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley ** -** This software and associated documentation -** are CONFIDENTIAL and PROPRIETARY property of -** the above-mentioned copyright holder. +** This package is free software; you can redistribute it and/or +** modify it under the terms of the GNU General Public License as +** published by the Free Software Foundation; either version 2 of +** the License, or (at your option) any later version. ** -** You may not copy, print, publish, or in any -** other way distribute this software without -** a prior written agreement with -** the copyright holder. +** This package is distributed in the hope that it will be useful, +** but WITHOUT ANY WARRANTY; without even the implied warranty of +** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +** General Public License for more details. ** ** === N O T E S =========================================================== ** @@ -49,7 +50,7 @@ private: struct jpeg_compress_struct cinfo; struct jpeg_error_mgr jerr; - + bool multi_image,ready; int imagecount; synfig::String filename;