T O P I C R E V I E W |
Michael Howell |
Posted - Sep 10 2013 : 07:14:38 Guys,
Am looking to create an app which loads and manipulates very large 48-bit images e.g. 16K X 8K. Does ImageEn support this, or is limited to 24 bit?
Answers much appreciated.
Best,
Mike |
3 L A T E S T R E P L I E S (Newest First) |
Michael Howell |
Posted - Sep 16 2013 : 07:34:27 We have many years legacy investment in motion picture applications under Delphi 5.
We are about to receive investment for a ground-breaking application in the same area. Due to time constraints, version 1 will use our legacy code and 24 bit colour. Version 2 should use 36 or 48 bit colour, and should be a port to the latest Delphi/Embarcadero version. We may also consider splitting into several apps, rather than one monolith. Bottom line, we will need expertise and perhaps outside contractors.
Thoughts?
|
Michael Howell |
Posted - Sep 16 2013 : 05:54:57 Thanks, Fab. Is this an area in which you have much experience? Perhaps you might be interested in some Pascal-based work in the future? |
fab |
Posted - Sep 16 2013 : 00:10:23 Hello, ImageEn supports 48 bit images (BGR, 16 bit per channel). You should set:
ImageEnView1.LegacyBitmap := false; ImageEnView1.IO.NativePIxelFormat := true;
It is better to use 64 bit version, of course. |
|
|