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

      • TheVillageGuy@lemmy.worldOP
        link
        fedilink
        arrow-up
        0
        ·
        edit-2
        1 year ago

        It is a kbin server, and you’re speaking to the admin🙂. (Replying to @over_clox@lemmy.world 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
          ·
          1 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.