Modify

Opened 8 years ago

Closed 8 years ago

#14868 closed defect (fixed)

Add support import *.JPEG image

Reported by: freeExec Owned by: team
Priority: normal Milestone: 17.06
Component: Core Version:
Keywords: jpg jpeg file filter extension import Cc:

Description

In filter

public static final ExtensionFileFilter FILE_FILTER = new ExtensionFileFilter("jpg,jpeg", "jpg", tr("Image Files") + " (*.jpg)");

But, file not added

if (Utils.hasExtension(f, "jpg")) {

https://josm.openstreetmap.de/browser/josm/trunk/src/org/openstreetmap/josm/io/JpgImporter.java#L109

Change History (2)

comment:1 by Don-vip, 8 years ago

Keywords: jpg jpeg file filter extension import added
Milestone: 17.06

comment:2 by Don-vip, 8 years ago

Resolution: fixed
Status: newclosed

In 12286/josm:

fix #14868 - Add support import *.jpeg images

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.