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
 Transforming a Layer seems to make the image jaggy

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
yogiyang Posted - May 05 2014 : 07:03:45
In ImageEn when we change the size of a layer interactively using mouse the image (layer) becomes zaggy. This is more apparent when we enlarge the image (layer).

How to solve this problem effeciently?

TIA

Yogi Yang


Yogi Yang
6   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - May 09 2014 : 03:49:37
Hi Yogi

Even after using the Fix* methods? Are the layers zoomed to greater than 100% Can you give me some steps to reproduce what you are seeing? If necessary email me the relevant files.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
yogiyang Posted - May 07 2014 : 04:09:06
@Nigel,

Thanks for the tip. I know this but I need to find a way to improve the final output when the whole image is flattened and save to a .jpg file. At this time all the layers that are rotated or stretched seem to show jaggy edges and if a layer is over stretched it comes out pixeleted in the .jpg file.

TIA



Yogi Yang
xequte Posted - May 07 2014 : 03:07:51
Hi

With rotation you can improve the display quality using:

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

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
spetric Posted - May 06 2014 : 04:52:47
Rotating and enlarging layer, actually does not rotate/enlarge image.

You must fix layer in order to get real rotation/enlargement take effect
with respective rotate/resample filters.

To fix layer after resize:
ImageEnView->LayersFixSizes(layerIndex);
To fix layer after rotation:
ImageEnView->LayersFixRotations(layerIndex);
yogiyang Posted - May 05 2014 : 22:28:14
Thanks for your help.

But ZoomFilter will only affect the display.

The saved file is not affected.

When we enlarge an Image on a separate layer it gets jazzy.

I want solution for this!

Regards,

Yogi Yang


Yogi Yang
Uwe Posted - May 05 2014 : 08:01:12
Try setting the ZoomFilter to something other than rfNone.

-Uwe