ProcStack / pxlTextGenerator

Gather handwriting from a photo/scan into a character library; Export text as 'handwritten' images!
GNU General Public License v3.0
2 stars 2 forks source link

Character Builder & Page Output - Pixels to 32Bit array #21

Open ProcStack opened 5 years ago

ProcStack commented 5 years ago

Character Builder & Page Output

When performing pixel processing functions, execute them on 32 bit arrays instead of a pixel by pixel basis. This will significantly speed up pixel processing definitions/functions.

ToDo-