I remember a couple of years ago I read up about the details on how QR codes are created. Specifically the masks that are added at the end to ensure that there aren’t any areas with too much whitespace or something that ends up inadvertently looking like the corner of a QR code (that square inside a square thing).

And for some reason, I’m staring at two QR codes in front of me, looking at the details, one looks like it contains a pipe going around a corner, another looks like it has a bit of a star, which made me wonder… Why have I never seen a QR Code with a swastika or something else you really don’t want to have on there? I’ve never seen any word on filtering out stuff like that when it comes to masking.

Am I just too bored out of my mind so that I’m staring at QR Codes like this with way too much imagination or is there something I’m missing?

EDIT: I’m sure it’s possible to intentionally create one, I’m thinking more of accidentally creating one. Specifically when I see, for instance, a different QR code on the back of every seat in a train, for instance - you’re generating so many, no human is going to check that.

  • cobwoms@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    93
    ·
    2 days ago

    there’s a mask process in qr code generation. the masks aims to try to make it look like uniform noise, so you don’t end up with blocks/lines of pure white or pure black. so you won’t end up with any recognizable symbol in the usual algorithmic generation

    some more detail: it will use one of these patterns to invert some pixels until it finds one that results in more or less uniform noise.

    it will also add a set of pixels in a designated mask identification zone that instructs the decoder which mask was used

  • ChaoticNeutralCzech@feddit.org
    link
    fedilink
    English
    arrow-up
    15
    ·
    edit-2
    9 hours ago

    QR codes can have arbitrary looks even without dirty tricks (abusing the error correction to add a logo or taking advantage of central sampling to color all but the middle 3x3 square of each data pixel) but boy, is it hard.

    Examples:
    https://lemmy.sdf.org/post/31694735/18805217 (strings a long number in Number mode (3 decimal digits per 10 bits) to the URL, and somehow the resulting number turns out to be a small even number times a very high power of 2)
    https://www.youtube.com/watch?v=qQkWjzqMbuA (uses padding bytes plus maybe some of that “intentional damage” in QR codes with logos)

  • FaceDeer@fedia.io
    link
    fedilink
    arrow-up
    44
    ·
    2 days ago

    Apparently there is a mechanism in the basic QR-code-generating algorithm that does something like this.

    There are eight different patterns that can be used to display any given QR code’s data. All eight versions get generated internally by the generation software and then they’re assigned scores that penalize them based on various patterns:

    • Large monochromatic blocks, anything more than 2x2 pixels of the same colour (white or black)
    • Long lines of either colour
    • Anything matching the “finder patterns” (the squares at the corners)
    • Imbalance between 50% black and white pixels

    The best one of the eight is the one that’s actually printed.

    So a swastika isn’t explicitly searched for, but given that a swastika is composed of a bunch of long lines a QR code pattern like that would get penalized pretty harshly. The seven other QR codes would have to be even worse for it to slip through, and I bet the odds are pretty low for that.

    • grue@lemmy.world
      link
      fedilink
      arrow-up
      5
      ·
      2 days ago

      Ah, so the same checks you need anyway to make sure the thing can actually be read – because a 2x2 vs 3x3 block might start to get hard to differentiate, for example – also happens to obviate OP’s issue as a coincidental side benefit.

  • qevlarr@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    1 day ago

    Just wanted to say this is a fantastic question and the people who claim otherwise have bad reading comprehension

  • Nibodhika@lemmy.world
    link
    fedilink
    arrow-up
    6
    ·
    1 day ago

    Short answer, the masks would prevent them most of the time because they’re there exactly to prevent large blocks of continuous color as that would be difficult to recognize. Can you have small swastikas or other stuff in the middle? Yeah, but I don’t think anyone matters much about that. You can also purposefully create one but it will be hard to be read by a scanner and it’s likely going to be more random noise than anything useful.

    • fizzle@quokk.au
      link
      fedilink
      English
      arrow-up
      15
      ·
      2 days ago

      Theres no consensus on this.

      Actually stupid questions, like ones intended to be offensive, or unanswerable debates like Apple vs android, do get downvoted.

      If OP is genuine, or if the discussion is engaging, then upvote it.

      • Wappen@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        1 day ago

        I thought the community name refers to the answers in the comments, like OP asks something and doesn’t want to be asked stupid questions for asking such a thing.

        • fizzle@quokk.au
          link
          fedilink
          English
          arrow-up
          4
          ·
          1 day ago

          No that’s not what it means.

          Its from the phrase teachers like to say: there are no stupid questions.

          The idea being, dont be embarrassed to ask a question others might see as stupid, because by learning the answer you will be less stupid, or something.

      • FaceDeer@fedia.io
        link
        fedilink
        arrow-up
        1
        ·
        2 days ago

        So, wait, is this a stupid question, then? Should we not be upvoting it? Recursion is tricky.

    • Telex@sopuli.xyz
      link
      fedilink
      arrow-up
      1
      ·
      1 day ago

      Downvote content that is harmful to the community or instance, report additionally if it’s against the rules of either. Upvote good content and ignore the rest. Block whatever you feel like.

      Though I suspect your question is more about what the community description means. Answer should be in there.

  • Windex007@lemmy.world
    link
    fedilink
    arrow-up
    11
    ·
    2 days ago

    You could probably intentionally create a qr code with a simple recognizable symbol, but it’d still necessarily have “clutter” around it which would make it stand out less. Also there are hard limits on the length of contiguous horizontal or vertical “lines”.

    • A qr code can have an arbitrary image embedded in it up to some limit, because remaining pixels are enough to decode it (perhaps there’s redundancy built in, idk for sure).

  • reksas@sopuli.xyz
    link
    fedilink
    arrow-up
    3
    ·
    2 days ago

    Most likely if you wanted to generate qr code that looks like swastika, you would have to input very specific letter nonesense to do it. Its very specific scenario and just pointless waste of manhours to prevent it, when someone who would want to generate such qr code would just do something else if prevented.

    • unknownuserunknownlocation@kbin.earthOP
      link
      fedilink
      arrow-up
      3
      ·
      2 days ago

      I’m sure it would be possible to do it on purpose, I’m thinking more of the scenario of a company pumping out thousands of different QR codes and one of them accidentally having something offensive on it.

  • originalucifer@moist.catsweat.com
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    2 days ago

    qr codes with human-readable sections are just that, really freakin visible. just like images with swastikas… those that tolerate that crap will do so, those that abhor such things will report such nonsense to anyone they can. in case of accidental swastika, the rules still apply.

    ie, still just an image

    • Windex007@lemmy.world
      link
      fedilink
      arrow-up
      13
      ·
      2 days ago

      OP is asking if there are algorithms in place that detect if the qr code itself has, by chance, anything that looks like a swastika.