awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesRasterization Optimizations

Techniques for ensuring high-quality glyph rendering on pixel-aligned digital displays.

Distinct from Screen Space Optimization: Distinct from screen space optimization which manages UI layout; this focuses on the rendering of individual characters.

Explore 2 awesome GitHub repositories matching user interface & experience · Rasterization Optimizations. Refine with filters or upvote what's useful.

Awesome Rasterization Optimizations GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • coolwanglu/pdf2htmlexAvatar coolwanglu

    coolwanglu/pdf2htmlEX

    10,603Vezi pe GitHub↗

    pdf2htmlEX is a tool that converts PDF documents into HTML while preserving the original text, fonts, and layout. It uses CSS positioning and font embedding to replicate the PDF's appearance in a browser, producing output that works without JavaScript. The tool can generate a single self-contained HTML file with all resources embedded, or split the document into separate HTML files per page for individual loading and navigation. The converter offers extensive control over the output, including the ability to embed fonts directly into the HTML using base64-encoded Data URIs, or keep them as se

    Optimizes rasterized PDF drawings to reduce output file size during conversion.

    HTML
    Vezi pe GitHub↗10,603
  • intel/intel-one-monoAvatar intel

    intel/intel-one-mono

    9,865Vezi pe GitHub↗

    Intel One Mono is a monospaced font development project focused on creating high-legibility typefaces designed to reduce eyestrain and minimize errors for developers and low-vision users. It provides a system for developing and compiling custom monospaced fonts from source files for use across different operating systems and web platforms. The project implements advanced typographic capabilities, including programming ligatures to improve the readability of operators and specialized numeral formats for superscripts and subscripts. It ensures consistent text display across more than 200 langua

    Applies manual hinting to TrueType formats to ensure characters appear crisp on digital screens.

    Vezi pe GitHub↗9,865
  1. Home
  2. User Interface & Experience
  3. Screen Space Optimization
  4. Rasterization Optimizations

Explorează sub-etichetele

  • PDF Drawing RasterizersRasterize PDF vector drawings into optimized bitmap images during conversion. **Distinct from Rasterization Optimizations:** Distinct from Rasterization Optimizations: focuses on converting PDF vector content to images, not general glyph rendering on displays.