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
 TIEBitmap size after loadfrom

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
Dany Posted - Mar 26 2025 : 07:46:09
Hello;

I see that when I load a JPG from a file, it always say that Width and Height are 800x600.

procedure LoadFile(const sSource);
var
  Bmp: TIEBitmap;
  h, w: integer;
begin
  Bmp := TIEBitmap.Create;
  try
    w := Bmp.Width; ////////// always 0
    h := Bmp.Height;  ///////// always 0
    Bmp.LoadFromFile(sSource);
    w := Bmp.Width; ////////// always 800
    h := Bmp.Height;  ///////// always 600


What do I need to have the real size?

Thank you!
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 27 2025 : 00:08:59
That would be a very odd result. Can you send me some sample images that reproduce this?

ImageEn version?
32bit or 64bit app?
Using IELib or not using IELib?

https://www.imageen.com/support/BugReportingGuidelines.html

Nigel
Xequte Software
www.imageen.com