michael
dfe9701dc4
* Applied patch from theo (bug ID 16748) to enable JPEG scaling
...
git-svn-id: trunk@15855 -
2010-08-19 17:08:43 +00:00
sekelsenmat
fdbcb24aef
Patch from Dirk Fellenberg to fix freetype font output, see bug #17156 . Also other improvements made by me to improve how freetype linking and font searching under Mac OS X
...
git-svn-id: trunk@15827 -
2010-08-16 09:25:46 +00:00
marco
502ac4c8a5
* another fix for mantis 13171, font.gettextwidth default value
...
git-svn-id: trunk@14976 -
2010-03-05 21:03:49 +00:00
marco
bf52e58175
* committed an old patch from M Schreiber, mantis #11855 that fixes loading 8-bit gray alpha using PNG loading.
...
git-svn-id: trunk@14972 -
2010-03-04 22:33:05 +00:00
marco
e001876e2b
* fix for mantis #13171 , a default for gettextheight so that it doesn't
...
totally fall apart if no canvas is assigned.
git-svn-id: trunk@14950 -
2010-02-27 19:14:28 +00:00
marco
b99d54383c
* fix for 15509.
...
* setcount drastically simplified
* Capacity now property with setter, to allow shrinking (but only till count)
git-svn-id: trunk@14897 -
2010-02-13 13:47:06 +00:00
michael
bf8ed59c6c
* Applied patch from José Mejuto to fix reading of progressive JPEGs
...
git-svn-id: trunk@13963 -
2009-10-29 15:31:44 +00:00
Jonas Maebe
1f6ec379de
* moved field definitions before method/property definitions (see mantis
...
#13971 )
git-svn-id: trunk@13330 -
2009-06-27 11:27:31 +00:00
marco
7945af2f85
* canvas clipping getters and setters virtual, as per mantis 13607
...
git-svn-id: trunk@13057 -
2009-04-29 09:06:29 +00:00
marco
f514697f94
* Put a lot of writeln's under $Ifdef FPC_DEBUG_IMAGE. In readtiff I put the entire "DEBUG"
...
property under this ifdef. Debug features like this shouldn't be part of the released interface.
git-svn-id: trunk@13000 -
2009-04-04 16:02:48 +00:00
marco
ba10015c04
* Committed patch from Mantis 13331. gif is indeed always little endian.
...
Also added registration reader part of patch, since other readers do too.
git-svn-id: trunk@12996 -
2009-04-03 09:30:23 +00:00
marco
9f3adee38e
* lockcount property exposes flocks, Delphi compatibility verified. Mantis 8380
...
git-svn-id: trunk@12938 -
2009-03-21 12:16:05 +00:00
Jonas Maebe
4953b23666
- removed writeln() in JPEGError() to avoid triggering an (additional)
...
error in Win32 GUI programs
git-svn-id: trunk@12899 -
2009-03-15 13:27:24 +00:00
sekelsenmat
5f2f4a8cbb
Adds initial support to read xwd image format
...
git-svn-id: trunk@12859 -
2009-03-05 16:22:57 +00:00
sekelsenmat
3ea814378d
Starts xwd file format support
...
git-svn-id: trunk@12858 -
2009-03-05 14:45:33 +00:00
michael
45033acdda
* Adobe Photoshop image file reader from Mattias Gaertner
...
git-svn-id: trunk@12577 -
2009-01-20 16:30:48 +00:00
michael
de5861c689
* Added GIF reader from Mattias Gaertner
...
git-svn-id: trunk@12429 -
2008-12-24 12:23:35 +00:00
michael
e39c8631a4
* Patch from Mattias Gaertner to read LZW compressed images and more robust handling of faulty images
...
git-svn-id: trunk@12354 -
2008-12-12 15:40:03 +00:00
michael
feb9549f85
* Patch from Mattias Gaertner to reduce memory usage for interpolations
...
git-svn-id: trunk@12272 -
2008-11-29 15:32:33 +00:00
michael
bd36bdc577
* Patch from Mattias Gaertner to fix memory leak, improve speed and compute correcter
...
git-svn-id: trunk@12261 -
2008-11-28 19:08:45 +00:00
michael
5ef7b7fd04
* Patch from Mattias Gaertner to fix compilation
...
git-svn-id: trunk@12260 -
2008-11-28 19:06:40 +00:00
michael
fc9405b822
* Patch from Mattias Gaertner:
...
- extends the tiff writer with some default values to write
tiffs out of the box like the other fpimage writers.
- progress events
- basic CMYK support
- allow reading non standard planarconfiguration attributes as created
by some scanners
- allow to create the image after reading the header - needed for big
tiffs
- removed TGA dependency
- LZW-decompression was started. There is a bug I didn't found yet.
git-svn-id: trunk@12258 -
2008-11-28 07:31:14 +00:00
michael
22bb6c804b
* Patch from Mattias Gaertner to fix memory leak
...
git-svn-id: trunk@12235 -
2008-11-26 19:06:36 +00:00
michael
021e1fff73
* Added TIFF reader/Writer from Mattias gaertner
...
git-svn-id: trunk@11990 -
2008-10-28 15:40:47 +00:00
Vincent Snijders
1a3c4c04cb
* fixed typo in comment of freetype header file
...
git-svn-id: trunk@11614 -
2008-08-20 08:32:08 +00:00
Jonas Maebe
1bf9ae2b4f
* "To many colors" -> "Too many colors" (remark by Gerold Veith, mantis
...
#11909 )
git-svn-id: trunk@11605 -
2008-08-17 17:26:24 +00:00
marco
cebfe55996
* Patch from Mattias for #11809
...
git-svn-id: trunk@11589 -
2008-08-16 11:18:06 +00:00
michael
8f23e55789
* Patch from Martin Schreiber to fix grayscaled JPEG images
...
git-svn-id: trunk@11556 -
2008-08-12 13:07:48 +00:00
michael
bf9e4971be
* Fix from Paul Ishenin to fix assigning
...
git-svn-id: trunk@11291 -
2008-06-27 17:45:08 +00:00
peter
b7ebebe7fd
* fixed char constant to formal const
...
git-svn-id: trunk@10427 -
2008-03-02 15:01:08 +00:00
marco
d89b92f639
* patch 10090 + imgconv now also writes pnm
...
git-svn-id: trunk@10404 -
2008-02-29 21:11:44 +00:00
michael
d25c28eaf4
* Patch from Laurent (wile64@gmail.com) to read CMYK files
...
git-svn-id: trunk@10402 -
2008-02-28 18:22:12 +00:00
marco
efbd862967
* moved two examples and lowercased the name of a {$I statement so I can pull it through makeskel
...
git-svn-id: trunk@10332 -
2008-02-15 19:50:12 +00:00
peter
465268840a
* new fpmake.pp
...
git-svn-id: trunk@9903 -
2008-01-24 22:57:37 +00:00
daniel
10796b2d84
* Reset resets stream to beginning to zstream, not beginning of file.
...
* Readpng resets source stream to start of zstream before creating
Tdecompressionstream, rather than seek the decompression stream.
git-svn-id: trunk@9377 -
2007-12-02 09:51:19 +00:00
michael
12439de612
* Added PCX support from Laurent Jacques
...
git-svn-id: trunk@9319 -
2007-11-23 10:07:20 +00:00
marco
634b5ad2db
* added brga record to get it compiling.
...
git-svn-id: trunk@9318 -
2007-11-22 21:38:37 +00:00
michael
aa7f70fc5e
* Fix by Laurent Jacques to read all formats
...
git-svn-id: trunk@9317 -
2007-11-22 18:14:44 +00:00
michael
2e500fbb70
* Patch from Graeme Geldenhuys to correct an error message
...
git-svn-id: trunk@7842 -
2007-06-28 15:30:00 +00:00
peter
bc3a21e1a1
* split fcl into separate fcl-* packages
...
git-svn-id: trunk@6660 -
2007-02-25 22:19:19 +00:00
peter
5b8dd4c004
* move fcl sources to separate packages
...
git-svn-id: trunk@6655 -
2007-02-25 21:02:26 +00:00