summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-09-08 07:25:07 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-09-08 07:25:07 +0000
commitc22564fc682535bc52c5c13c685015cf22968163 (patch)
tree816c248641ec57db7e1d469221bca16599ff2902 /svtools
parent3c85c3bc2c2fe5e5d60438b127d99d5dc2248016 (diff)
INTEGRATION: CWS pngperf (1.2.16); FILE MERGED
2005/10/13 08:06:19 hdu 1.2.16.1: #i55170# implement fast JPEG preview
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/filter.vcl/jpeg/jpeg.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/svtools/source/filter.vcl/jpeg/jpeg.h b/svtools/source/filter.vcl/jpeg/jpeg.h
index 3ac010a868e8..dcacf7a661c6 100644
--- a/svtools/source/filter.vcl/jpeg/jpeg.h
+++ b/svtools/source/filter.vcl/jpeg/jpeg.h
@@ -4,9 +4,9 @@
*
* $RCSfile: jpeg.h,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 15:44:12 $
+ * last change: $Author: vg $ $Date: 2006-09-08 08:25:07 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -80,4 +80,8 @@ void* GetScanline( void* pJPEGWriter, long nY );
void ReadJPEG( void* pJPEGReader, void* pIStm, long* pLines );
void* CreateBitmap( void* pJPEGReader, void* pJPEGCreateBitmapParam );
+/* TODO: when incompatible changes are possible again
+ the preview size hint should be redone */
+void SetJpegPreviewSizeHint( int nWidth, int nHeight );
+
#endif