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
 Need for the fastest way to process 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
Flashcqxg Posted - Jul 16 2024 : 22:56:05
Read an image from the disk, then mask the left third of the image with white, and finally save the processed image as a stream.
Need to use the fastest processing method, thank you!
4   L A T E S T    R E P L I E S    (Newest First)
Flashcqxg Posted - Jul 18 2024 : 01:15:52
thanks.
xequte Posted - Jul 18 2024 : 00:54:41
Just load it and use FillRect() then:

https://www.imageen.com/help/TIEBitmap.FillRect.html

You could also use multiple threads to improve the overall processing time. See the threaded processing demos in the Demos\ImageEditing\ folder.



Nigel
Xequte Software
www.imageen.com
Flashcqxg Posted - Jul 17 2024 : 05:10:16
just fill it with white.
xequte Posted - Jul 17 2024 : 04:55:38
Can you clarify what you mean by "mask" the image? Do you mean an image mask, or just fill it with white?

Nigel
Xequte Software
www.imageen.com