When opening a picture, only the thumbnails are shown instead of the actual pictures

[email protected]

    • @TheVillageGuyOP
      link
      11 year ago

      You are opening the actual kbin instance it seems, not browsing it through the app

      • MV [Jerboa dev]
        link
        21 year ago

        I’m sorry, I’m not exactly understanding the problem yet. In the gif i can see you open the images. Is the problem that u open the lowres thumbnails and not the actual images? Bc I don’t think it does that. I did notice there is apparently a limit to zooming into a image.

        • @TheVillageGuyOP
          link
          11 year ago

          Yes, it’s opening thumbnails instead of the actual images. The actual images are >20mb in size and very high detail (and take much longer to load)

          • MV [Jerboa dev]
            link
            21 year ago

            The thumbnail is the same as the url, I think this a deeper issue with the imageviewer

            • @TheVillageGuyOP
              link
              3
              edit-2
              1 year ago

              It is a kbin server, and you’re speaking to the admin🙂. (Replying to @[email protected] as well). Both jpgs are the full size images, not thumbnails. There is no imageviewer, I’ve disabled it because it had trouble displaying on Iphones and zooming issues on other mobiles. So, when you call the url, you get the raw 33MB jpg. So I’d think it should be possible to display it as is?

              • MV [Jerboa dev]
                link
                21 year ago

                I am aware, and I am talking about the imageviewer in Jerboa, which I wrote. Currently Jerboa uses default jetpack compose image with CoilImage painter and some 3rd partylib to allow zooming. CoilImage does downsampling (reduces the pixels to increase perf when you can’t see it anyway). During the zooming is probably where it goes wrong and it should load a higher res version. I’m pretty sure it actually loads the full image but I have not confirmed that yet.

              • @over_clox
                link
                21 year ago

                Oh, you are the admin? LOL, well kick me in the balls and call me Shirley, didn’t know, my bad. 😂

                • @TheVillageGuyOP
                  link
                  21 year ago

                  kick me in the balls and call me Shirley

                  Surely!

            • @TheVillageGuyOP
              link
              1
              edit-2
              1 year ago

              This is interesting now that I’m thinking about it. if you get the same from another instance, are the thumbnail and regular url different? The fact that the viewer is disabled my side should not influence the actual uris presented to the outside world, I’d think.