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-checkoption to ask if the user wants to save the extracted color palettes.--previewoption to show a preview of extracted color palette.--preview-checkoption to show preview AND ask if the user wants to save extracted the color palette.hex_to_rgb()function to theconversion_utils.pyfile.print_utils.pyfile to handle printing previews to the screen and afile_utils.pyfile to handle different file saving options..setup.pyfile.Extractorclass no longer organizes the extracted color palettes into color schemes, that will be done by the saving options infile_utils.py.Extractorclass 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.pyfile.file_utils.pyfile.This discussion was created from the release 1.3.3.
All reactions