#JavaFX : how to prevent image quality degradation caused by PerspectiveTransform effect

11 messages · Page 1 of 1 (latest)

finite trellis
#

As soon as I call "setEffect()" on an imageview, the quality of its image becomes degraded. I haven't found a method to prevent this. Is there any ?

manic sparrowBOT
#

This post has been reserved for your question.

Hey @finite trellis! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically closed after 300 minutes of inactivity.

TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.

latent kite
#

If the original image has a higher quality, how does that change the degredation?

finite trellis
#

Hi ! The PNG dimensions is 512x512, i load it as an Image without changing dimensions, and i set imageview fit size to ~75. so I wouldn't expect higher dimensions would fix the issue. also, i have the same problem with the Text class. even text is degraded once i apply perspective transform.

manic sparrowBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.

finite trellis
#

Bump ! Need JavaFX expert on this one

manic sparrowBOT
#

💤 Post marked as dormant

This post has been inactive for over 300 minutes, thus, it has been archived.
If your question was not answered yet, feel free to re-open this post or create a new one.
In case your post is not getting any attention, you can try to use /help ping.
Warning: abusing this will result in moderative actions taken against you.

finite trellis
#

JavaFX : how to prevent image quality degradation caused by PerspectiveTransform effect ?
As soon as I call "setEffect()" on a Text or Imageview node, the quality becomes degraded. Is there a way to avoid this ?

latent kite
#

What if you have a 2024x2024 images from the start on?

#

Does the distortion change?