Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.
jaames edited this page Jun 14, 2020 · 2 revisions

CDNs

Domain Usage
cdn.indreams.me Production CDN
cdn-scratch.indreams.me Staging CDN?

Image Urls

All image URLs follow the pattern https://cdn.indreams.me/< hash >< suffix >

The image hash is always a 32-char string matching the regex /[a-f0-9]{32}/. I have no idea how it's generated.

The suffix is optional, and is used to specify the image type:

Suffix imageType Width Height
none - 1920 1080
_1 LARGE_RECTANGLE 480 270
_2 FEATHERED_HEXAGON 256 256
_3 FEATHERED_RECTANGLE 448 256
_4 FEATHERED_CIRCLE 256 256
_5 MEDIUM_RECTANGLE 240 135
_6 SMALL_RECTANGLE 120 67
_7 BLURRED 240 134
_8 SQUARE 1024 1024
_9 MEDIUM_SQUARE 512 512
_10 SMALL_SQUARE 256 256
_11 LANDSCAPE 1200 630
_12 SOCIAL 512 512
_13 SOCIAL_HEXAGON 512 512
_14 SOCIAL_RECTANGLE 512 512
_15 SOCIAL_CIRCLEE 512 512

Clone this wiki locally