1.3.3 #12
AlTimofeyev
started this conversation in
General
1.3.3
#12
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
--save-check
option to ask if the user wants to save the extracted color palettes.--preview
option to show a preview of extracted color palette.--preview-check
option to show preview AND ask if the user wants to save extracted the color palette.hex_to_rgb()
function to theconversion_utils.py
file.print_utils.py
file to handle printing previews to the screen and afile_utils.py
file to handle different file saving options..setup.py
file.Extractor
class no longer organizes the extracted color palettes into color schemes, that will be done by the saving options infile_utils.py
.Extractor
class x will orgnaize the color palettes into a dictionary of default format that looks like this: {light background, light foreground, dark background, dark foreground, light palette, normal palette, dark palette}image_utils.py
file.file_utils.py
file.This discussion was created from the release 1.3.3.
Beta Was this translation helpful? Give feedback.
All reactions