Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1462,7 +1462,7 @@ void forwardWarningMessage(String warning) {
}

protected static BufferedImage getDestination(ImageReadParam param,
Iterator imageTypes,
Iterator<ImageTypeSpecifier> imageTypes,
int width, int height)
throws IIOException {
if (imageTypes == null || !imageTypes.hasNext()) {
Expand Down