[poppler] Patch: Change Splashbitmap RGB8 to 32bits internal
Frank Meerkoetter
frank at meerkoetter.org
Tue Apr 4 02:42:39 PDT 2006
- Previous message: [poppler] poppler/qt4/src: Makefile.am, 1.7,
1.8 poppler-document.cc, 1.16, 1.17 poppler-link.cc, NONE,
1.1 poppler-page.cc, 1.14, 1.15 poppler-private.h, 1.5,
1.6 poppler-qt4.h, 1.26, 1.27
- Next message: [poppler] Patch: Change Splashbitmap RGB8 to 32bits internal
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Hello,
this patch changes the internal format used by SplashBitmap for mode RGB8
to 32bits. The first three byte are RGB and the last one is a fixed alpha.
This allows the wrappers to use a fast memcopy when copying data out
of Splashbitmaps instead of the getPixel()/setPixel() loop currently
used.
The only wrapper i've touched is the QT3 wrapper because i don't have QT4
or Gnome around.
Regards,
Frank
-------------- next part --------------
A non-text attachment was scrubbed...
Name: splashbitmap_rgb8_32bit.patch
Type: text/x-patch
Size: 8300 bytes
Desc: not available
Url : http://lists.freedesktop.org/archives/poppler/attachments/20060404/31564f2d/splashbitmap_rgb8_32bit.bin
- Previous message: [poppler] poppler/qt4/src: Makefile.am, 1.7,
1.8 poppler-document.cc, 1.16, 1.17 poppler-link.cc, NONE,
1.1 poppler-page.cc, 1.14, 1.15 poppler-private.h, 1.5,
1.6 poppler-qt4.h, 1.26, 1.27
- Next message: [poppler] Patch: Change Splashbitmap RGB8 to 32bits internal
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list