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
 Reducing the "weight" of an image

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
robnic Posted - May 08 2013 : 07:56:26
I have an image loaded into a Tbitmap object.
I need to paint the image into a PDF.
Before the image is painted i need to make it lighter because i want the PDF to be small in size.
Any suggestion using ImageEn ?

thanks

Roberto
2   L A T E S T    R E P L I E S    (Newest First)
robnic Posted - May 09 2013 : 06:01:15
To resample was enough.

thanks

Roberto
w2m Posted - May 08 2013 : 08:21:14
1. If the image is 24-bit reduce it to 8-bit.
2. You could resample the image to a smaller dimension.

William Miller