An open API service indexing awesome lists of open source software.

https://github.com/mblode/brighter


https://github.com/mblode/brighter

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Brighter

Convert PNG images to HDR PNGs that trigger iOS Extended Dynamic Range (EDR).

| Input | Output |
|-------|--------|
| ![Input](input.png) | ![Output](output.png) |

## Usage

```bash
swift main.swift [brightness]
```

- `brightness` - Multiplier from 1.0 to 16.0 (default: 4.0)

```bash
swift main.swift photo.png hdr_photo.png 8.0
```

## License

MIT