Commit Graph

31 Commits

Author SHA1 Message Date
Ben Fry fb20a176ee fix pdf colors outside the range causing NPE (resolves #740) 2023-07-16 12:40:21 -04:00
Ben Fry 3699c713d1 replace dev.processing.org bug links with download.processing.org links that work 2022-07-31 15:01:45 -04:00
Ben Fry 624e9074ae deal with deprecation changes in PDF 2020-01-20 14:54:38 -05:00
Ben Fry a4d935e713 fix for precision issues with PDF (5801 in 3.x) 2020-01-19 08:53:18 -05:00
Ben Fry 6b7580889c blendMode() should be a warning, not fatal 2018-03-28 10:40:13 -04:00
Ben Fry 2ac50a99a5 show warning when using blendMode() with PDF (fixes #5105) 2018-03-13 20:13:09 -04:00
Ben Fry 2c0c1b9a36 bring back getImage() to fix #4473 2016-08-12 21:34:50 -04:00
Ben Fry ef9d4c4d2f more package movement for the separate renderers 2015-06-21 22:24:49 -04:00
Ben Fry cd5c927486 remove unused method 2015-05-16 12:36:33 -04:00
Ben Fry e52be3f71b setSize() method for offscreen surface 2015-05-16 08:01:15 -04:00
Ben Fry 8f23be3df0 move the note 2015-05-15 16:23:48 -04:00
Ben Fry 3d33fe3fd1 deal with path handling in renderers 2015-05-15 16:16:19 -04:00
Ben Fry c37e9dc81e rework non-visible surface handling, fix size() parser 2015-05-15 16:00:35 -04:00
Ben Fry e98a8615cf a little more general 2015-04-25 14:14:06 -04:00
Ben Fry 8803a1779a moving blit() around a bit, change basic surface name 2015-04-25 04:37:17 -04:00
Ben Fry f49f7104bd trying... to... simplify. 2015-04-20 22:44:54 -07:00
Ben Fry fa1d80052f ongoing work for core reworking 2014-10-09 14:42:53 +02:00
Ben Fry ada4423aa9 deal with some warnings and other notes 2014-07-31 21:18:46 -04:00
Ben Fry 9ca4000356 remove unnecessary cast 2014-01-21 18:19:53 -05:00
Ben Fry e6d7ff653d fixes for image transparency with PDF output 2013-10-06 15:46:21 -04:00
gohai 06fe38f218 Add support for custom source regions in imageImpl
As suggested by Ben
2013-10-01 22:13:39 -07:00
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
Ben Fry 856da77f62 no longer call super.beginDraw() because it may allocate memory 2013-02-22 06:56:01 -05:00
benfry 2c3ad34caa remove hint(ENABLE_NATIVE_FONTS) 2012-12-15 22:02:22 +00:00
benfry 162f2e9d4a fix for getNative() object type 2012-09-02 20:09:00 +00:00
benfry 662fec53e6 moving font cache inside PGraphicsOpenGL 2012-09-02 20:07:26 +00:00
benfry 436a81e330 cleaning up warnings, specifying Java 1.6 for build in Eclipse, remove unused 2011-11-12 17:31:06 +00:00
benfry c0543fc12e add the return for the save() method in PDF 2011-06-20 23:35:24 +00:00
benfry 82d18818a1 cleaning up pdf and font selection 2011-03-07 23:30:15 +00:00
benfry 13fb0b4157 clean up the last of the font/pdf fixes 2011-03-07 22:53:46 +00:00
benfry 5d65060046 moving to new structure 2011-01-26 19:12:43 +00:00