Commit Graph

744 Commits

Author SHA1 Message Date
gohai
69c59cfdf9 Image transparency for PDF output
Before, drawing an image with transparency would result in black, opaque pixels in the PDF file. This change, figured out together with Jürg Lehni, fixes this. At its core, switching from drawImage(img, int, int, int, int, int, int, int, int, null) to drawImage(img, int, int, null) seems to do the trick - so this might have been a bug in iText all along.

Signed-off-by: Jürg Lehni <juerg@scratchdisk.com>
Signed-off-by: Gottfried Haider <gottfried.haider@gmail.com>
2013-09-10 15:15:12 -07:00
codeanticode
764616c9e1 starting the refactoring of PGL 2013-09-08 14:07:47 -04:00
codeanticode
b850b53427 revised color conversion methods 2013-08-19 15:46:15 -04:00
boubpopsyteam
6869475650 Update Video.java
Fix RGBA to ARGB losing alpha as explained in #2021
2013-08-16 13:03:59 +02:00
codeanticode
48d654153f make the drawTexture() functions in PGL public, remove them from
PGraphicsOpenGL
2013-07-13 19:29:56 +00:00
datguy
a8966dd5ed remove extra beginRecord() from ManyPages PDF example 2013-07-08 20:12:51 -04:00
codeanticode
4c943edb97 removed some debug messages 2013-07-08 09:54:09 -04:00
codeanticode
155d00a4ad reimplemented pixel access in video library when using P2D/P3D 2013-07-02 11:27:33 -04:00
Ben Fry
f5b170cc70 move video capture examples back to default renderer due to GL bug 2013-06-03 16:20:18 -04:00
Ben Fry
24e0ef10b4 add warnings about unofficial API 2013-06-03 15:44:56 -04:00
codeanticode
52dc0874af Some reworking of the offscreen logic, in order to reduce resource
utilization.
2013-05-27 18:08:02 -04:00
codeanticode
482c8ea2e9 Improved the logic that sets the size of the font textures 2013-05-23 19:10:23 -04:00
codeanticode
8a0fc976b7 Formatting, fixing some implementations in PGL 2013-05-23 16:52:14 -04:00
codeanticode
a96e68a497 Added STROKE_DISPLACEMENT to PGL in LWJGL 2013-05-22 11:11:26 -04:00
codeanticode
ce7e4a36d0 Fixes fps cap (issue #1742) 2013-05-07 12:07:12 -04:00
codeanticode
b3561b1dbb calling glFinish() only if the current framerate falls below 50% of the
target
2013-05-06 12:42:58 -04:00
codeanticode
a535ed855c Using glFinish() instead of glFlush() at PGL.endDraw() 2013-05-04 23:43:39 -04:00
codeanticode
86e7a74e02 removed bpp printout 2013-05-04 19:37:41 -04:00
codeanticode
c7cba487e0 queries highest bpp in LWJGL 2013-05-04 19:17:06 -04:00
andres
4700330a1f tweaking GLSL and FBO checks 2013-05-04 19:00:38 -04:00
Casey Reas
c89c3311f6 Remove Puff example 2013-04-25 18:07:10 -07:00
codeanticode
80e74e0895 renamed some functions 2013-04-24 15:36:50 -04:00
codeanticode
1831d33183 Made PGL object static, removed references to parent and renderer in
Texture and FrameBuffer object, fixed PGraphicsOpenGL.dispose()
2013-04-21 09:33:17 -04:00
Ben Fry
6aafb2e7f8 todo notes and removing old LiveConnect library 2013-04-20 17:05:11 -04:00
Casey Reas
1ee4d922e3 Updates for video capture examples, new keywords.txt 2013-03-05 12:53:13 -08:00
Ben Fry
856da77f62 no longer call super.beginDraw() because it may allocate memory 2013-02-22 06:56:01 -05:00
codeanticode
6ba396ca2d added color initialization to LWJGL, as well as refactoring of
PGraphics2D and PGraphics3D
2013-02-13 10:21:27 -05:00
Ben Fry
48c5f66e5e quick project name change, add ignore file for lwjgl 2013-02-05 14:19:28 -05:00
Your Name
ac1f7eafe4 Disabling stroke perspective in P3D 2013-02-04 16:51:01 -05:00
codeanticode
175f95c6e5 Minor changes in JOGL and LWJGL PGL interface 2013-02-04 14:34:59 -05:00
Ben Fry
eee6123135 adding ignore files 2013-01-27 10:52:36 -05:00
codeanticode
d55d506669 set buffer limits when copying vector and matrix uniforms 2013-01-22 00:34:58 +00:00
codeanticode
ee8e829815 Removed DummyContext and re-ordered init calls in LWJGL renderer 2013-01-18 20:08:28 +00:00
codeanticode
370d29afd6 Added a couple of LWJGL examples 2013-01-16 21:44:44 +00:00
codeanticode
de056e14e1 Added LWJGL interface to hold the P2D/P3D constants 2013-01-16 20:30:33 +00:00
codeanticode
ec8c2bfebd added build.xml for LWJGL library 2013-01-16 20:17:18 +00:00
codeanticode
4dbcfb932d Added PGraphics2D and 3D to LWJGL renderer 2013-01-16 17:12:33 +00:00
codeanticode
772917fdf9 Solving some class visibility issues 2013-01-16 17:00:43 +00:00
codeanticode
bd49bbeb19 lwjgl is amazing 2012-12-18 00:19:29 +00:00
benfry
2c3ad34caa remove hint(ENABLE_NATIVE_FONTS) 2012-12-15 22:02:22 +00:00
Casey Reas
289f46ff61 Simple reference updates 2012-12-12 04:01:33 +00:00
Casey Reas
d836b3c0c9 Two new Capture examples from David Muth 2012-12-10 05:47:25 +00:00
Casey Reas
6d29346cb9 New reference.zip for 2b7 2012-12-07 16:56:26 +00:00
Casey Reas
3090c19859 Removing redundant example, was renamed 2012-12-07 07:07:27 +00:00
benfry
8b771c0d98 cleaning up stop/dispose events 2012-11-25 17:41:33 +00:00
benfry
772597e99b add ip() method to Server (issue 1228) 2012-11-24 18:43:41 +00:00
benfry
728a45dae5 apply patch for clientEvent() (issue 189) 2012-11-24 18:43:10 +00:00
benfry
0f776dfd24 notes and updating to registerMethod() 2012-10-26 18:12:51 +00:00
benfry
54b524d22a add tool to fix the serial port on OS X 2012-10-21 00:12:26 +00:00
benfry
ab815ede89 update source/target settings in build b/c of Java 7 warnings 2012-10-19 14:48:48 +00:00