I have 4 small tiff images and I would like to generate a big one by merging the 4 single one. Does anyone know how to do it directly with Delphi or some good component that could do it?
|
|
ImageEn one of the best Image libraries for Delphi, and it's native VCL ;-) |
||
|
|
|
|
Another library you can use is FreeImage. It supports loading and writing of TIFF files. Beware: the Delphi wrapper is not actively maintained, but it works. We use it in our software to display previews of images. |
||
|
|
|
|
ImageMagick is a command line application that can do such kind of operations on different image file formats including tiff. The API seems to be usable from Delphi, see PascalMagick. |
||
|
|
|
Another excellent graphics library for Delphi is Graphics32 Edit: As Vegar said, it looks that Graphics32 cannot be used to load TIFF format. |
||||||
|
|
|
You could use GraphicEx by Mike Lischke to load the Tiff images: |
||
