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

Won't open images created by Nikon D850 #117

Closed
HibHalverson opened this issue Feb 14, 2020 · 17 comments
Closed

Won't open images created by Nikon D850 #117

HibHalverson opened this issue Feb 14, 2020 · 17 comments

Comments

@HibHalverson
Copy link

Seashore will not open .jpg images created by a Nikon D850, however it will open .jpg images created by either a Nikon D3 or a Nikon D5.

Any ideas.

@robaho
Copy link
Owner

robaho commented Feb 14, 2020

Please attach an image that doesn't work here and I'll take a look.

@robaho robaho changed the title Won't open images created by D850 Won't open images created by Nikon D850 Feb 14, 2020
@HibHalverson
Copy link
Author

HibHalverson commented Feb 14, 2020 via email

@HibHalverson
Copy link
Author

HibHalverson commented Feb 14, 2020 via email

@HibHalverson
Copy link
Author

HibHalverson commented Feb 14, 2020 via email

@robaho
Copy link
Owner

robaho commented Feb 14, 2020

Hi Hib,

The reason the image can't be loaded is that it is too large. The current software has a limitation of 8192 pixels h/v.

I have upped this to 16k in each direction for version 2.5.7 (which in RGBA8888 is about 1GB).

Beyond that it gets a little more difficult as internally many of the memory allocations, and file offsets are "ints". It is on the road-map to support these very large images, but to be honest many of the internal procedures and structures would need to change - a lot of work :)

@robaho
Copy link
Owner

robaho commented Feb 14, 2020

fixed in version 2.5.7 by increasing max image dimensions. Issue #118 has been submitted to handle even larger images.

@robaho robaho closed this as completed Feb 14, 2020
@robaho
Copy link
Owner

robaho commented Feb 15, 2020

as a note, using very large images like this should only be done in most cases if going to print. The software is going to perform much worse as the data exponentially increases - it also consumes a lot of space on the camera/disk :)

@HibHalverson
Copy link
Author

HibHalverson commented Feb 15, 2020 via email

@HibHalverson
Copy link
Author

HibHalverson commented Feb 15, 2020 via email

@robaho
Copy link
Owner

robaho commented Feb 15, 2020

It is now available in the App Store - I haven't uploaded to github 'releases' yet - probably not until tomorrow.

Sourceforge no longer has the updated binaries - they are only provided here and on the App Store.

As an aside, if you don't have a philosophical disagreement with the App Store - that is by far the easiest and simplest way to get Seashore.

@HibHalverson
Copy link
Author

HibHalverson commented Feb 15, 2020 via email

@robaho
Copy link
Owner

robaho commented Feb 15, 2020

The App Store lags a bit unless you refresh. I am going to upload to github now.

@HibHalverson
Copy link
Author

HibHalverson commented Feb 15, 2020 via email

@robaho
Copy link
Owner

robaho commented Feb 15, 2020 via email

@HibHalverson
Copy link
Author

HibHalverson commented Feb 15, 2020 via email

@robaho
Copy link
Owner

robaho commented Feb 15, 2020 via email

@HibHalverson
Copy link
Author

HibHalverson commented Feb 17, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants