Is there a way to get the filename from a BufferedImage? I don't seem to see any methods for it.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
A |
|||
|
|
|
A BufferedImage doesn't necessarily have to be backed by a file. It could be a byte array in a database, or even backed by a stream. |
|||
|
|
