ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Very Basic Inquiry

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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.