HCTI Image Generation Assets

HCTI Image Generation Assets

This directory contains optimized assets for use with the HTML/CSS to Image (HCTI) API to generate social media images, documentation graphics, and marketing materials.

Directory Structure

hcti-assets/
├── logos/
│   ├── petabridge/    # Petabridge company logos
│   ├── akka-net/      # Akka.NET project logos
│   └── phobos/        # Phobos product logos
└── backgrounds/       # Background images and patterns

Available Assets

Petabridge Logos

Akka.NET Logos

Phobos Logos

Public URLs

All assets are available via GitHub Pages at:

https://petabridge.github.io/images/hcti-assets/[path-to-file]

Examples:

Usage with HCTI API

These assets can be referenced directly in HTML templates for HCTI image generation:

<img src="https://petabridge.github.io/images/hcti-assets/logos/petabridge/petabridge-logo-full.png"
     style="width: 200px; height: auto;">

Brand Guidelines

Colors

Adding New Assets

When adding new assets:

  1. Optimize images for web (use PNG for logos with transparency, JPG for photos)
  2. Follow naming convention: [product]-[type]-[variant].ext
  3. Create multiple sizes if needed (e.g., -small, -medium, -large)
  4. Update this README with new additions
  5. Commit and push to make available via GitHub Pages

CORS & CDN

GitHub Pages serves these assets with: