

The final result is immediately presented to the user, with built-in comparison views that can immediately showcase the upscale magic that the automated Photo AI software procedure has managed to extract from the base photo. The desktop app will first perform an Autopilot function, which includes a detailed scan of all objects present in the photo, detecting important objects such as human faces, and applying various enhancement techniques based on recognized image elements – denoising, de-blurring, smart sharpening, restoring of detail, managing color levels, upscaling the resolution, and more. The module is available as open source under the terms of the Apache License, Version 2.The procedure for enhancing photographs with the Photo AI application starts with importing source files, which can be in any popular image format (including uncompressed RAW images taken directly from the storage of modern digital cameras).


print ( output_path ) Contributingīug reports and/or pull requests are welcome License STANDARD, delete_from_history = True, output_format = OutputFormat. image = Path ( 'path/to/image.jpg' ) output_path = app. app = Gigapixel ( exe_path, output_suffix ) # Process image. output_suffix = '-gigapixel' # Create Gigapixel instance. pic.jpg -> pic-gigapixel.jpg) # You should set same value inside Gigapixel (File -> Preferences -> Default filename suffix). exe_path = Path ( 'C:\Program Files\Topaz Labs LLC\Topaz Gigapixel AI\Topaz Gigapixel AI.exe' ) # Output file suffix. Install the current version with PyPI pip install -U gigapixelįrom gigapixel import Gigapixel, Scale, Mode, OutputFormat from pathlib import Path # Path to Gigapixel executable file.

Topaz Gigapixel AI v6.3.3 or newer required Installation
