Modify ↓
Opened 9 years ago
Closed 9 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 , 9 years ago
| Keywords: | jpg jpeg file filter extension import added |
|---|---|
| Milestone: | → 17.06 |
comment:2 by , 9 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



In 12286/josm: