btg-sandbox-image-scale/config.php
DJP 8be6a1ecab Initial commit: Topaz Labs Gigapixel Image Upscaler web application
- PHP-based web interface for image upscaling using Topaz Labs API
- Multiple image upload with batch processing support
- AI model selection (Standard V2, Low Resolution V2, CGI, etc.)
- Output resolution options from 2K to 8K
- Face enhancement feature
- Real-time job tracking and status monitoring
- Bulk download functionality
- Dark mode toggle
- Microsoft authentication integration
- Comprehensive README with installation instructions

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-17 14:15:31 -04:00

4 lines
No EOL
148 B
PHP

<?php
define('API_TOKEN', 'c89ba3fb-9d73-4788-818a-e40865632a5c');
define('MAX_CONCURRENT_UPLOADS', 10);
define('POLL_INTERVAL', 5000); // 5 seconds