Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image importing / linking #8

Open
heavyimage opened this issue Apr 23, 2018 · 0 comments
Open

Image importing / linking #8

heavyimage opened this issue Apr 23, 2018 · 0 comments
Labels
Images Brightness, contrast, magnification, loading, displaying Project File Management Serializing, unserializing data, .goop files
Projects
Milestone

Comments

@heavyimage
Copy link
Collaborator

heavyimage commented Apr 23, 2018

For this application to work at all, we need to be able to:

  • Load any number of files from outside the app into our project.
  • Ensure this also works if done after work has been done eg adding more images to a project later
  • Store paths to images in .goop file so they can be loaded at project open time without needing to embed the images in our project file.
  • Try to create best-guess metadata per image based on the filename / Aaron's supplied regex but offer a chance to override.

Big concern

Can we load 16 bit tiffs into an electron app? Chromium doesn't support tiffs natively I think so we could try this bit of javascript but I dunno if it supports 16 bit tiffs.

@heavyimage heavyimage added the Project File Management Serializing, unserializing data, .goop files label Apr 23, 2018
@heavyimage heavyimage added this to the 1.0 milestone Apr 23, 2018
@heavyimage heavyimage added the Images Brightness, contrast, magnification, loading, displaying label Apr 23, 2018
@heavyimage heavyimage added this to To Do in Gooper Apr 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Images Brightness, contrast, magnification, loading, displaying Project File Management Serializing, unserializing data, .goop files
Projects
Gooper
  
To Do
Development

No branches or pull requests

1 participant