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

[email protected]

  • over_clox@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    That’s not loading in the Jerboa app, that’s loading through an embedded web browser instance. Looking like more of a KBin server side thing.

    • TheVillageGuy@lemmy.worldOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      11 months ago

      I am opening it in the Jerboa app, the browser is opening what it’s being told to open, I assume? That’s not the full size images. On kbin you can get both the thumbnail and the full size images, look at the connect app, it shoed the full size images (and then crashes due to running out of memory)

      • over_clox@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        11 months ago

        No kidding? I get the same results.

        It’s a KBin server, count yourself lucky it’s even half compatible with Lemmy.

        It’s not loading through your Lemmy app, it’s loading through an embedded instance of your default web browser.

        • TheVillageGuy@lemmy.worldOP
          link
          fedilink
          arrow-up
          0
          arrow-down
          1
          ·
          11 months ago

          That makes sense. But why not have that embedded browser open the full size image instead of the thumbnail?:

          • over_clox@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            11 months ago

            That’s a KBin server, who knows? 🤷‍♂️

            Maybe try contacting the admin of that particular server…

      • MV [Jerboa dev]@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        11 months 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.

        • TheVillageGuy@lemmy.worldOP
          link
          fedilink
          arrow-up
          0
          ·
          11 months 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)

            • TheVillageGuy@lemmy.worldOP
              link
              fedilink
              arrow-up
              0
              ·
              edit-2
              11 months 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]@lemmy.world
                link
                fedilink
                arrow-up
                0
                ·
                11 months 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.

                • TheVillageGuy@lemmy.worldOP
                  link
                  fedilink
                  arrow-up
                  0
                  ·
                  11 months ago

                  Oh, misunderstood you there, my bad. Hope you can figure it out. Could you check for me if another kbin instance, on another channel with images, does give you two urls though? I’m curious if it’s supposed to be like this (2x same url)