4 مستودعات
Processes for converting raw geographic data extracts into optimized vector tile formats.
Distinct from Map Tile Serving: Distinct from Map Tile Serving: focuses on the pre-processing and creation of tiles rather than their delivery to clients.
Explore 4 awesome GitHub repositories matching graphics & multimedia · Tile Generation. Refine with filters or upvote what's useful.
Tiler هو مولد فسيفساء صور ومحرك تبليط مصمم لتجميع صور مركبة كبيرة عن طريق ترتيب مجموعة من البلاطات الأصغر لتتناسب مع صورة مرئية مستهدفة. يعمل كأداة لتكوين الفن الخوارزمي، حيث يقوم بتعيين أجزاء الصورة المصدر إلى بيانات البكسل المستهدفة. يتضمن النظام مولد مكتبة بلاطات الفسيفساء الذي ينتج إصدارات ملونة متعددة وتدويرات لصورة مصدر. تعمل هذه العملية على توسيع مجموعة البلاطات المتاحة لزيادة دقة الصورة المركبة النهائية. يتعامل المشروع مع العملية التقنية لإنشاء الفسيفساء من خلال التقسيم المكاني القائم على الشبكة وتعيين الألوان القائم على البكسل. يستخدم بحث الألوان لأقرب جار والمطابقة غير المتغيرة للتدوير لتحديد وخياطة البلاطات الفردية معاً في مخرجات عالية الدقة.
Produces various colored and rotated versions of a source image to use as building blocks for mosaics.
OpenFreeMap is an OpenStreetMap vector tile server and distribution system designed for self-hosted map tile infrastructure. It provides a platform for deploying and managing full-planet map datasets on independent server infrastructure, delivering map data as vector tiles. The system distinguishes itself by distributing pre-processed map data as standard filesystem images, allowing for the mounting of full-planet extracts without the need for a live database. It utilizes a static file serving model and a vector tile distribution system that provides weekly updates in image formats for local
Implements a process to convert map extracts into vector tiles and export them as images for distribution.
Martin is a vector tile server and map asset server that delivers geospatial data from PostGIS databases, MBTiles, and PMtiles files. It functions as a TileJSON metadata provider and a suite of vector tile tooling for generating, validating, and exporting geospatial tile archives. The project distinguishes itself by providing integrated map asset management, generating map styles, sprite sheets, and font glyphs on the fly. It supports advanced visual rendering capabilities such as Signed Distance Field sprites for runtime recoloring and fallback-based font composition to ensure complete chara
Reduces latency and bandwidth usage by controlling encoding formats and limiting features per tile.
GPAC is an open-source multimedia framework built around a pluggable filter graph pipeline, where modular processing units called filters connect into a directed graph to handle media workflows. At its core, the framework centers all media packaging and manipulation on the ISO Base Media File Format (ISOBMFF), with specialized tools for reading, writing, fragmenting, and encrypting MP4 and related containers. It also provides a declarative scene graph composition system for describing interactive multimedia scenes using MPEG-4 BIFS, X3D, SVG, or VRML syntax, alongside a hardware-accelerated re
Generates HEVC bitstreams with motion-constrained tiles for single-decoder reassembly.