1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/image-processing.md
2022-12-26 14:41:23 -06:00

1 KiB

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLES: IMAGE PROCESSING

Convert BMP to Dominoes

🐝 Richard Frost 🔗 image processing

[This] is an image converter that takes a picture a small block at a time and finds the "best fit...

Discrete Cosine Transform

🐝 Vince 🔗 image processing, compression, jpeg

Demonstrates how jpegs are made. Not for the faint of mind.

Ripples

🐝 Antoni Gual 🔗 image processing, ripple

'---------------------------------------------------------------------------- 'RIPPLES, by Antoni...