#JavaFX : how to prevent image quality degradation caused by PerspectiveTransform effect
11 messages · Page 1 of 1 (latest)
⌛ This post has been reserved for your question.
Hey @finite trellis! Please use
/closeor theClose Postbutton 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.
If the original image has a higher quality, how does that change the degredation?
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.
💤 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.
Bump ! Need JavaFX expert on this one
💤 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.
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 ?