On Mon, 4 Jun 2012 13:44:43 +0300 ik <[email protected]> wrote: > On Mon, Jun 4, 2012 at 1:23 PM, ik <[email protected]> wrote: > > > Hello, > > > > There are two issues at the moment I found with ./lcl/intfgraphics.pas : > > 1. Misspelled TTiffIDF to TTiffIFD > > 2. at line 635 > > procedure DoCreateImage(ImgFileDir: TTiffIDF); {$IF > > FPC_FULLVERSION>=20701}override;{$ENDIF} > > > > FPC (from the latest svn revision - r21482), does not contain such method. > > > > I can send a patch to fix the first problem, but I need to better > > understand the need for the second one. > > It might that the code was not yet been committed, or it was removed. > > > > What should I do with the second "fix" ? > > > > Thanks, > > Ido > > > > > Ignore it, the fpc tree had a commit, and even the first problem "gone".
The fpc commit came shortly before the lazarus commit. The tiff reader now supports reading multi page files, tiles, CMYK and a few other improvements. The TTiffIDF was a typo and was fixed to TTiffIFD. Mattias -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
