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
 bug: conversion from ie8g to 24rgb

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
davenovo Posted - Jul 30 2011 : 07:02:30
Hello,

Conversion from ie8g to 24rgb does not use the blackvalue and whitevalue for properly scaling the image (in case you do not use all the black levels).

Conversion from ie16g to 24rgb does consider the blackvalue and whitevalue.

It would be really great if it could, otherwise, can you suggest the best way to scale the ie8g manually before converting. I don't want to have to make a copy of the image just to scale it before converting to 24rgb (I have to keep a copy of the original one)


2   L A T E S T    R E P L I E S    (Newest First)
davenovo Posted - Aug 01 2011 : 09:57:26
Hi Fabrizio,

Thanks for the rapid response!
fab Posted - Jul 31 2011 : 23:09:57
Hello,
next minor version will consider BlackValue/WhiteValue when converting from ie8g to ie24rgb.
Also, it will have TIEBitmap.StretchValues() method which does the same job (stretch values from BlackValue to WhiteValue), without converting the image.
The code is already implemented.