I know there is already lot of discussion around this but haven't found the answer. I have no issues with reading image with ImageIO
except it takes time.
I have 18-20MB images and it takes 10-20 seconds to read them. Are there any new image libraries which can help reading an image in BufferedImage
faster than ImageIO
?