I want to save an Image from my ImageView to files with different resolutions. Doing it as .png results as expected. As for .jpg - I get all files pink toned.
Update
This issue was fixed for Java 8:
JDK-8114609 Incorrect display of JPEG images
It looks like you are encountering existing bugs in the ImageIO or JavaFX Image processing libraries.
You might wish to try some of the workarounds suggested in the StackOverflow questions below and see if any of them fix the issue for you: