Skip to content

Commit

Permalink
Merge pull request #13 from TimNekk/hq-mode (v1.3.1)
Browse files Browse the repository at this point in the history
Add High Quality mode from Gigapixel 6.3.3
  • Loading branch information
TimNekk authored Apr 29, 2023
2 parents a0e7e9b + 75ab0bf commit 389419c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea/
.vscode/

# Byte-compiled / optimized / DLL files
__pycache__/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

## Requirements

[Topaz Gigapixel AI](https://www.topazlabs.com/gigapixel-ai) **v6** of **newer** required
[Topaz Gigapixel AI](https://www.topazlabs.com/gigapixel-ai) **v6.3.3** or **newer** required

## Installation

Expand Down
3 changes: 2 additions & 1 deletion gigapixel/gigapixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ class Mode(Enum):
STANDARD = "Standard"
Lines = "Lines"
ART_AND_CG = "Art & CG"
LOW_RESOLUTION = "Low Resolution"
HIGH_QUALITY = "HQ"
LOW_RESOLUTION = "Low Res"
VERY_COMPRESSED = "Very Compressed"


Expand Down

0 comments on commit 389419c

Please sign in to comment.