79381648

Date: 2025-01-23 15:32:15
Score: 2
Natty:
Report link

Thanks to @gthanop and @Abra for providing the answer, I'll summarize it here quickly:

You can call Image.getScaledInstance(width, height, hint) to get a resized version of the image. However, if you provide it with Image.SCALE_SMOOTH for the hint argument, the image will be scaled down in a way that it keeps its "smoothness."

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: ObSp