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
 How to prevent Layer flicker?

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
supersk Posted - Mar 19 2024 : 20:49:50
An image has multiple layers, and the scaling ratio of the image is set to not equal to 100. When you select and drag one of the layers, the entire image will shake. How to prevent this shaking?
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Mar 20 2024 : 22:04:59
Oh, I see. For performance some options that are CPU intensive are disabled while sizing/creating layers.

In this case it looks like DelayZoomFilter:

http://www.imageen.com/help/TImageEnView.DelayZoomFilter.html

Please see the cmbPreviewQuality example at:

http://www.imageen.com/help/TImageEnView.LayersFastDrawing.html

Nigel
Xequte Software
www.imageen.com
supersk Posted - Mar 20 2024 : 02:46:27

The screen flickers like in the video file
attach/supersk/202432024512_screen flicker.zip
806.09 KB
xequte Posted - Mar 19 2024 : 22:30:39
Hi

I assume you mean when there is no background image and/or you drag outside the area of the background image?

In a layer editing application, Center should be false:

  ImageEnView1.Center := False;


Nigel
Xequte Software
www.imageen.com