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
 BitsPerSample returns 8 for monochrome images

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
dado Posted - Jun 01 2021 : 05:20:04
Hi guys

Is there any way that you could double check if the version 10 incorrectly shows the BitsPerSample for a monochrome BMP image.

In version 8 this was shown correctly as 1bpp but the version 10 returns the value 8bpp even though the image is the same.

Regards,
Damjan

1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jun 01 2021 : 20:34:16
This returns 1 for me.

  ImageEnView1.IO.LoadFromFile( 'D:\20216151942_HAMMER.bmp' );
  Caption := IntToStr(ImageEnView1.IO.Params.BitsPerSample);


Can you give me more information?

Nigel
Xequte Software
www.imageen.com