.coveragerc
.gitignore
.pre-commit-config.yaml
.pylintrc
.readthedocs.yml
.travis.yml
CHANGELOG.rst
LICENSE
README.md
_config.yml
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/pythonpublish.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/generate_examples.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/src/modules.rst
docs/src/photoshop.colors.rst
docs/src/photoshop.rst
docs/src/photoshop.save_options.rst
examples/active_layer.py
examples/add_metadata.py
examples/add_slate.py
examples/add_start_application_event.py
examples/apply_crystallize_filter_action.py
examples/apply_filters.py
examples/change_color_of_background_and_foreground.py
examples/color.py
examples/compare_colors.py
examples/copy_and_paste.py
examples/create_new_document.py
examples/create_thumbnail.py
examples/creating_a_layer.py
examples/current_tool.py
examples/emboss_action.py
examples/enable_generator.py
examples/eval_javascript.py
examples/export_layers_as_png.psd
examples/export_layers_as_png.py
examples/fill_selection.py
examples/fit_on_screen.py
examples/hello_world.py
examples/layer_comps.psd
examples/link_layer.py
examples/load_selection.py
examples/move_to_end.py
examples/new_document.py
examples/open_psd.py
examples/photoshop_session.py
examples/rotate_layer.py
examples/save_to_psd.py
examples/selection_stroke.py
examples/session_callback.py
examples/session_document_duplicate.py
examples/session_hello_world.py
examples/session_new_document.py
examples/session_smart_sharpen.py
examples/set_active_layer.py
examples/slate_template.psd
examples/smart_sharpen.py
examples/toggle_proof_colors.py
src/photoshop/__init__.py
src/photoshop/_active_layer.py
src/photoshop/_artlayer.py
src/photoshop/_artlayers.py
src/photoshop/_core.py
src/photoshop/_document.py
src/photoshop/_documentinfo.py
src/photoshop/_documents.py
src/photoshop/_layer.py
src/photoshop/_layerSet.py
src/photoshop/_layerSets.py
src/photoshop/_layers.py
src/photoshop/_measurement_log.py
src/photoshop/_notifier.py
src/photoshop/_notifiers.py
src/photoshop/_preferences.py
src/photoshop/_selection.py
src/photoshop/_text_fonts.py
src/photoshop/action_descriptor.py
src/photoshop/action_list.py
src/photoshop/action_reference.py
src/photoshop/application.py
src/photoshop/constants.py
src/photoshop/enumerations.py
src/photoshop/errors.py
src/photoshop/event_id.py
src/photoshop/solid_color.py
src/photoshop/text_font.py
src/photoshop/text_item.py
src/photoshop/colors/__init__.py
src/photoshop/colors/cmyk.py
src/photoshop/colors/gray.py
src/photoshop/colors/hsb.py
src/photoshop/colors/lab.py
src/photoshop/colors/rgb.py
src/photoshop/open_options/__init__.py
src/photoshop/open_options/eps.py
src/photoshop/save_options/__init__.py
src/photoshop/save_options/bmp.py
src/photoshop/save_options/eps.py
src/photoshop/save_options/gif.py
src/photoshop/save_options/jpg.py
src/photoshop/save_options/pdf.py
src/photoshop/save_options/png.py
src/photoshop/save_options/psd.py
src/photoshop/save_options/tif.py
src/photoshop_python_api.egg-info/PKG-INFO
src/photoshop_python_api.egg-info/SOURCES.txt
src/photoshop_python_api.egg-info/dependency_links.txt
src/photoshop_python_api.egg-info/requires.txt
src/photoshop_python_api.egg-info/top_level.txt
test/conftest.py
test/manual_test_all_examples.py
test/test_application.py
test/test_solid_color.py