EagleoutIce / fancyqr

Package to create fancy QR-codes in LaTeX.
GNU General Public License v3.0
32 stars 4 forks source link

Do not just respect vertical and horizontal but grid #3

Open EagleoutIce opened 2 years ago

EagleoutIce commented 2 years ago

Currently, the package only checks for the pixel above and below. However it would be nice if either:

The second approach seems to be more efficient because we do not have to generate information for tiles that we do not need and that the only indirection is another macro expansion to produce that information. However, when identifying the pattern we know have to perform O(n) checks and can't just use the macro name. Maybe a hybrid.