#21344 closed enhancement (fixed)
[PATCH] Allow opening a directory tree of pictures in JOSM
Reported by: | Owned by: | Don-vip | |
---|---|---|---|
Priority: | normal | Milestone: | 21.10 |
Component: | Core | Version: | |
Keywords: | Cc: |
Description (last modified by )
JOSM should allow users to open multiple directories of images. The attached patch does affect other file types.
Old bug report description
Mapillary "Import Pictures" does not honor exif orientation
When importing images with File | Import Pictures | All Images in a Directory
all portrait images are rotated. Importing the same pictures with File | Open ...
all portrait pictures are right.
Attachments (4)
Change History (15)
by , 3 years ago
Attachment: | Screenshot from 2021-09-19 13-53-40.png added |
---|
comment:1 by , 3 years ago
follow-up: 4 comment:2 by , 3 years ago
That's bad because it is the only way to import a directory tree of pictures into JOSM. File | Open ...
does only one directory at a time. I guess that's another ticket then.
comment:3 by , 3 years ago
My long term intent is to move as much stuff as possible into JOSM core that is not directly related to Mapillary (as in, it requires the Mapillary API) so that other plugins (e.g., MS StreetSide, KartaView, etc.) can reuse code, so if there is something in Mapillary not directly related to the Mapillary API, please let me know so I can look into moving it to JOSM core.
comment:4 by , 3 years ago
Replying to marcello@…:
That's bad because it is the only way to import a directory tree of pictures into JOSM.
File | Open ...
does only one directory at a time. I guess that's another ticket then.
It turns out to be a fairly simple change.
The only problem is that the native file choosers may not support it, so we get the uglier Java Swing File picker.
by , 3 years ago
Attachment: | 21344.patch added |
---|
Allow directories of images or other files to be opened in JOSM
by , 3 years ago
Attachment: | Screen Shot 2021-09-20 at 7.44.18 AM.png added |
---|
Mac OS X Native File Picker
comment:5 by , 3 years ago
@marcello: I'm OK with moving to the uglier, but more functional Java Swing Picker for JOSM. Will that work for you?
comment:7 by , 3 years ago
Component: | Plugin mapillary → Core |
---|---|
Description: | modified (diff) |
Keywords: | mapillary exif orientation removed |
Owner: | changed from | to
Summary: | Mapillary "Import Pictures" does not honor exif orientation → [PATCH] Allow opening a directory tree of pictures in JOSM |
Type: | defect → enhancement |
comment:8 by , 3 years ago
Milestone: | → 21.09 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
As an FYI, the import functionality in the Mapillary plugin is a candidate for removal.
The only reason it still exists is for 360 image support, which I've been working on moving into JOSM core. Once that happens, the import functionality will be removed.