I just posted my first band interview with a bunch of pics.
https://sh.itjust.works/post/63544454

I’m pretty sure my graphics, while definitely not hi-rez, are too big. I’m choking the system when I upload them, and they don’t render during page view very well either.

I’m just taking pics with my crappy cell phone.
I upload them by opening the pic in MS Paint, select all, copy, and then paste it directly into the post.

Just given the results I’ve had so far, and my intent to post a LOT more pics, perhaps I should tune this process up.

How would you do it?

  • insomniac_lemon@lemmy.cafe
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 days ago

    Full-color photography isn’t so efficient as .png, so you might want to use .jpg or try converting to .webp somehow*. Even the original photos from your camera might be better than what you’re doing with paint which is likely just increasing data for no benefit.

    If you stay with .png (makes more sense for screenshots/text) it'd help to reduce data

    For .png especially, color reduction (crushing) if it doesn’t destroy your image, which will greatly depend on content.

    With G’MIC (usable via Krita, GIMP) a quick way to do this is a filter called ordered dithering which at the max (16 colors) takes it from ~16M possible colors to just 4096. You don’t need to go this aggressive, but it’s an option.

    Posterization is a simple way as well.


    Downscaling or cropping could help too, or for the future changing your camera settings down a size or two.

    Also, image optimizers can help further (the one I use has multiple forms of compression, it works on JPGs too but I think it does more for PNGs. I don’t think it’s on Windows though). Some of this is stripping metadata, which might be a good idea if you have that (unless you could turn it off in settings too?).

    * my instance does this by default, which is kind of annoying when I did optimize my image and everything (annoying because the lossy .webp has ugly blocks)

    • dbtng@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      2 days ago

      Thanks.

      I do use an advanced camera app called ProCamX, because the default Android Camera app was was modifying my pics. I’m sure it has all the settings I need.
      I guess I should start there. Learn to use my camera.

      As for the PNGs, that’s what you get when you paste a graphic into a post. It makes it a PNG. No choices there.

      • insomniac_lemon@lemmy.cafe
        link
        fedilink
        English
        arrow-up
        2
        ·
        edit-2
        2 days ago

        As for the PNGs, that’s what you get when you paste a graphic into a post. It makes it a PNG. No choices there.

        Don’t paste then? It should take whatever file you choose via file manager (on Lemmy it’s image>browse when creating a post, image icon in comment box etc).