Modify

Opened 7 years ago

Closed 7 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

Attachments (0)

Change History (2)

comment:1 by Don-vip, 7 years ago

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

comment:2 by Don-vip, 7 years ago

Resolution: fixed
Status: newclosed

In 12286/josm:

fix #14868 - Add support import *.jpeg images

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


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