Commit Graph

91 Commits

Author SHA1 Message Date
Jonas Maebe
81597bf171 * updated address of FSF (mantis #24646, patch by Alexey Svistunov)
git-svn-id: trunk@24986 -
2013-06-27 14:01:18 +00:00
marco
80b52b2a6a * fix memleak in fpcanvas. Patch by wp, mantis #24427 attempt two
git-svn-id: trunk@24555 -
2013-05-23 10:01:46 +00:00
marco
d3db3342f0 * fix memleak in fpcanvas. Patch by wp, mantis #24427
git-svn-id: trunk@24537 -
2013-05-20 16:19:48 +00:00
Mattias Gaertner
e5f60c6229 tiff: read 1-bit white/black images, fixes mantis #23959
git-svn-id: trunk@23664 -
2013-02-26 14:58:51 +00:00
sekelsenmat
0921df3191 Fixes a spelling mistake in TFPCustomFont
git-svn-id: trunk@23411 -
2013-01-16 15:10:42 +00:00
sekelsenmat
b0980b342d Adds support to join style and endcap in TFPCustomPen in fcl-image
git-svn-id: trunk@23297 -
2013-01-02 14:28:09 +00:00
michael
2cd78c03b3 * Fix for bug ID #0022986
git-svn-id: trunk@22460 -
2012-09-26 14:17:31 +00:00
Mattias Gaertner
32d1c5444d fpreadtiff: undo wrong fix
git-svn-id: trunk@22259 -
2012-08-27 20:16:38 +00:00
Mattias Gaertner
e40505a998 fpreadtiff: fixed reading last byte of chunk
git-svn-id: trunk@22256 -
2012-08-27 16:54:43 +00:00
Mattias Gaertner
be41f296a0 fpreadtiff: fixed checking for code 4096 before add instead of after last add, bug #22558
git-svn-id: trunk@22238 -
2012-08-25 09:18:10 +00:00
michael
1beea17ed2 * Fix for 16-bit PNGs (bug 19209)
git-svn-id: trunk@22141 -
2012-08-19 22:22:01 +00:00
Jonas Maebe
1c80388e00 * fixed missing pointer dereference of parameter passed to move()
(patch by ocean, mantis #22670)

git-svn-id: trunk@22122 -
2012-08-19 09:44:56 +00:00
marco
f52c55ea59 * fixed a copy and paste typo as indicated by Ocean Mantis #22559
git-svn-id: trunk@22001 -
2012-08-03 12:24:11 +00:00
michael
ecd0f53488 * Added fpimggauss.pp unit from Mattias Gaertner
git-svn-id: trunk@21655 -
2012-06-19 18:38:47 +00:00
michael
55196878e9 * Added compact image support by Mattias Gaertner
git-svn-id: trunk@21654 -
2012-06-19 18:25:47 +00:00
michael
616b2d9b20 * Added compact image support by Mattias Gaertner
git-svn-id: trunk@21653 -
2012-06-19 18:25:27 +00:00
marco
ee47ad22ff * Fix scaling with alpha channel. Patch from Bernd Kreuss, Mantis #22245
* Demo that demonstrates image scaling/interpolation

git-svn-id: trunk@21639 -
2012-06-18 09:01:41 +00:00
marco
d99105143b * Zero header before filling it. Colortype and potentially other fields
were not properly initialized in non indexed files. Mantis #21840

git-svn-id: trunk@21638 -
2012-06-18 07:50:18 +00:00
Mattias Gaertner
7d2be3635f fcl-image: tiff: reader+writer: deflate compression
git-svn-id: trunk@21549 -
2012-06-08 11:56:05 +00:00
Mattias Gaertner
9636202165 fcl-image: tiff: read/write PageName, fixed typos
git-svn-id: trunk@21517 -
2012-06-07 17:23:16 +00:00
Mattias Gaertner
fd18003cd6 tiff: fixed decompressing packbits, skip jpeg tags
git-svn-id: trunk@21514 -
2012-06-07 16:09:33 +00:00
Mattias Gaertner
a5e05d0d65 fpimage: tiff: fixed writing bits per channel
git-svn-id: trunk@21494 -
2012-06-06 00:01:41 +00:00
Mattias Gaertner
54ba30ec10 fpimage: tiff: write tiles
git-svn-id: trunk@21489 -
2012-06-05 18:33:33 +00:00
Mattias Gaertner
71f5e86a7f fcl-image: tiff: register handler, write hostname, maker, model, software
git-svn-id: trunk@21485 -
2012-06-04 17:09:38 +00:00
Mattias Gaertner
ca0cc29a26 fcl-image: tiff: reading CMYK, handling of unorderd tags, alpha mode 1, multiple pages, tiles
git-svn-id: trunk@21483 -
2012-06-04 09:39:09 +00:00
michael
b5b0388f17 * Indexed is by default false, in sync with usepalette which is false by default
git-svn-id: trunk@21003 -
2012-04-23 09:44:30 +00:00
michael
a49112dcc2 * Patch from Michalis Kamburelis to fix memory leak (bug 21835)
git-svn-id: trunk@21002 -
2012-04-23 09:42:34 +00:00
marco
d8101679fa * chunk protected instead of private, Mantis #20543
git-svn-id: trunk@20969 -
2012-04-21 22:52:58 +00:00
Jonas Maebe
28bf0c74ee * don't try to assign values by indexing properties that return an
array

git-svn-id: trunk@20139 -
2012-01-21 19:05:46 +00:00
sekelsenmat
3fff7b04fd Virtualizes more TFPCustomCanvas drawing methods so that descendents can properly override them instead of hiding them, thus improving the hability to draw to a generic TFPCustomCanvas and get the same output in a TCanvas
git-svn-id: trunk@19852 -
2011-12-15 09:46:43 +00:00
sekelsenmat
6e481b3a73 fpcanvas: Adds TextExtent
git-svn-id: trunk@19767 -
2011-12-07 07:50:59 +00:00
sekelsenmat
cca5ff0807 fcl-image: Adds a new object-oriented and extensible approach to regions and add more text/drawing methods from TCanvas
git-svn-id: trunk@19766 -
2011-12-07 07:37:11 +00:00
sekelsenmat
efba36c81b Advances TFPImageCanvas.FImage and TFPMemoryImage.FData to protected to allow more useful descendents to be created, see bug #20341
git-svn-id: trunk@19673 -
2011-11-23 21:14:06 +00:00
michael
8797c46aba * applied patch from bug #20639
git-svn-id: trunk@19600 -
2011-11-07 09:46:15 +00:00
florian
4868b09844 * patch by alexvin to replace $ifopt by $push/$pop, resolves #20332
git-svn-id: trunk@19239 -
2011-09-25 21:19:50 +00:00
michael
769f0d8008 * Applied patches by "circular", bug #18863
git-svn-id: trunk@17747 -
2011-06-13 19:07:29 +00:00
marco
2f7525f26a * ability to set png writer's zlib Compressionlevel, fixes Mantis #19224
git-svn-id: trunk@17716 -
2011-06-11 08:46:35 +00:00
michael
f387d6bbaa * Default no longer uses palette
git-svn-id: trunk@17613 -
2011-05-30 21:23:44 +00:00
marco
f9c2a7ad51 * patch adding functions and sorting order according to documentation order by Darius B. Mantis 19138
git-svn-id: trunk@17453 -
2011-05-14 11:53:57 +00:00
michael
90af29cda9 * Patch from Colin Western to read B/W bitmaps with padding bits (19237)
git-svn-id: trunk@17390 -
2011-05-02 19:05:53 +00:00
michael
3569a26166 * Added some missing functions to FPCanvas and added TFont.Orientation
git-svn-id: trunk@17162 -
2011-03-21 15:33:29 +00:00
michael
673497d15b * Patch from bug #18460
git-svn-id: trunk@16745 -
2011-01-10 14:10:41 +00:00
michael
2f5f98d7e5 * Patch from Darius Blaszijk to make some methods protected, virtual
git-svn-id: trunk@16551 -
2010-12-11 14:03:57 +00:00
Jonas Maebe
eec6d74ac0 * fixed alphablending for drawing freetype fonts on transparent backgrounds
(patch by Darius Blaszijk, mantis #17736)

git-svn-id: trunk@16446 -
2010-11-26 13:21:18 +00:00
marco
fb13dfc18f * fix for mantis 17840, rounding of bits/line
git-svn-id: trunk@16313 -
2010-11-07 14:13:35 +00:00
sekelsenmat
b87e3e5057 Fixes a list out of bounds exception in freetype
git-svn-id: trunk@16308 -
2010-11-06 17:00:52 +00:00
sekelsenmat
d077572f85 Changes the default style of the brush of a TFPImageCanvas to bsSolid
git-svn-id: trunk@16304 -
2010-11-04 17:09:59 +00:00
sekelsenmat
584fa63ea4 Allows directly setting the core fpcanvas properties in subclasses
git-svn-id: trunk@16303 -
2010-11-04 16:18:51 +00:00
mazen
b127fc154a * Fixed spell error revealed by lintian.
git-svn-id: trunk@16094 -
2010-10-06 20:33:57 +00:00
Marc Weustink
fb2fc006aa * Fix the byte -> word expansion of the alpha channel on palette enties of a PNG image
git-svn-id: trunk@15926 -
2010-08-31 21:09:40 +00:00