Skip to content

Instantly share code, notes, and snippets.

View neutrixs's full-sized avatar
😄

Ihsan Rakhman neutrixs

😄
  • Bandung, West Java, Indonesia
  • 21:13 (UTC +07:00)
  • Instagram neutrixs
View GitHub Profile
@neutrixs
neutrixs / exr_to_ultrahdr.js
Last active October 4, 2025 13:10
Convert your EXR + tonemapped jpg to google's ultra HDR format that instagram accepts
// vibe coded. it works tho, so don't ask me
import puppeteer from 'puppeteer';
import { promises as fs } from 'fs';
import http from 'http';
import path from 'path';
async function createUltraHDR(hdrPath, sdrPath, outputPath) {
console.log('Starting local file server...');