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
 ImageEnVect.ZoomFilters

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
klausdoege Posted - Jul 05 2012 : 12:22:06
Hello,
if I set the ImageEnVect.ZoomFilters unequally "none",
the treatment of big pictures > 5MPixel is extremely slow.
Why the ImageEnVect.ZoomFilter influences that processes the pictures with all activities? Why not only that zoom.

Klaus
www.klausdoege.de
2   L A T E S T    R E P L I E S    (Newest First)
klausdoege Posted - Jul 09 2012 : 14:14:37
Hello,
thank you for this info.
Now I only use zoomfilter=none, the performance is much higher through it.
Always 100% zooms, to use, is heavy to realize.

Klaus
www.klausdoege.de
fab Posted - Jul 05 2012 : 14:02:52
Hello,
ZoomFilter specifies an interpolation filter, used when Zoom is not 100. Interpolation is a CPU intensive task, so it requires more time increasing the image size. Of course it applies to all painting activities (but Zoom must be <>100, otherwise this is a bug!).