-
Notifications
You must be signed in to change notification settings - Fork 9
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
Doesn't work with big images #34
Comments
hello @xandro0777 (Question 1) did i understood you correctly that this is only a display problem that huge image is not displayed and selecting cropping area and cropping is working as expected ==> you get a cropped image. if i am correct with the interpretation of your ticket i might be able to fix it. (Question 2) Do you know any opensource android app that can display the huge images where i can look at the java-source code to see how the authors managed to display the image? as far as i know android itselelf has an image display limit on 4096 x 4096: if widht or high exceeds 4096 it cannot be displayed the usual way. (Question 3) Do you have a drawing program that can create jpg files bigger than 4096 x 4096? if you have positive answers to question 1,2,3 i will try to fix my app. (question 4) is this ticket related to #25 ? |
cropping works but the white/blank image is cropped resulting in a all-white image of the desired dimensions that can be saved. So it is not a display only problem.
https://f-droid.org/en/packages/com.simplemobiletools.gallery.pro https://f-droid.org/en/packages/us.koller.cameraroll https://f-droid.org/en/packages/org.catrobat.paintroid https://f-droid.org/en/packages/com.alienpants.leafpicrevived
I have piped the image through image magick to reduce the file size and attached it to this comment. Still the same result so apparently it is the image dimensions, not file size.
doesn't look like that, saving works. |
Sendreduced also works and might be easier to grep https://f-droid.org/en/packages/mobi.omegacentauri.SendReduced |
ok thanks for the feedback. i saved you example big image for further investigaton. since this is a hobby project and i am currently busy with other activities it may take some time to solve this issue. the other opensource example are valueable infos for me.... |
Hi, my camera can save jpeg pictures as 9248x6944. when trying to crop such images the app displays only a white canvas with the grid and movable corners but not the image.
The canvas can be (blindly) cropped and everything behaves like normal but the resulting picture is just the canvas.
Looked at logs but cant see anything obvious.
It works very nicely fro smaller pictures.
Github doesn't even allow me to attach an example file saying it is too big...
The text was updated successfully, but these errors were encountered: