Tag

Mosaic

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Feb 8, 2025 · Fundamentals

Tiler: A Python Tool for Creating Pixel‑Art Mosaics from Small Tiles

Tiler is an open‑source Python project that automatically assembles small graphic elements—such as LEGO bricks, emojis, or custom icons—into large pixel‑art mosaics, offering configurable depth, rotation, color palette, and tile size to produce artworks like Van Gogh's Starry Night or Minecraft‑style scenes.

MosaicPythonimage processing
0 likes · 5 min read
Tiler: A Python Tool for Creating Pixel‑Art Mosaics from Small Tiles
IT Services Circle
IT Services Circle
Nov 2, 2023 · Product Management

How Marc Andreessen’s Mosaic Browser Defied Tim Berners‑Lee’s Vision and Shaped the Early Web

The article recounts the 1990s clash between Tim Berners‑Lee, who wanted a text‑only World Wide Web, and Marc Andreessen, whose Mosaic browser introduced embedded images and user‑friendly navigation, ultimately accelerating the Web’s mass adoption and influencing later browsers and standards.

BrowsersHypertextMarc Andreessen
0 likes · 8 min read
How Marc Andreessen’s Mosaic Browser Defied Tim Berners‑Lee’s Vision and Shaped the Early Web
Python Programming Learning Circle
Python Programming Learning Circle
Jun 29, 2022 · Fundamentals

Python Mosaic Image Generator: Creating Photo Mosaics with RGB and HSV

The article explains how to use Python to build a mosaic image generator that transforms any picture into a mosaic by calculating average HSV colors of source images, dividing the target image into color blocks, replacing them with matching images, and blending the result, complete with code examples.

AlgorithmHSVMosaic
0 likes · 5 min read
Python Mosaic Image Generator: Creating Photo Mosaics with RGB and HSV