.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
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/generate_usage.py
docs/index.rst
docs/installation.rst
docs/make.bat
docs/usage.rst
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_slate.py
examples/apply_crystallize_filter_action.py
examples/apply_filters.py
examples/color.py
examples/compare_colors.py
examples/copy_and_paste.py
examples/create_thumbnail.py
examples/current_tool.py
examples/emboss_action.py
examples/eval_javascript.py
examples/fill_selection.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/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
src/photoshop/__init__.py
src/photoshop/_core.py
src/photoshop/action_descriptor.py
src/photoshop/action_list.py
src/photoshop/action_refrence.py
src/photoshop/active_document.py
src/photoshop/active_layer.py
src/photoshop/application.py
src/photoshop/artlayer.py
src/photoshop/artlayers.py
src/photoshop/constants.py
src/photoshop/document.py
src/photoshop/documents.py
src/photoshop/enumerations.py
src/photoshop/errors.py
src/photoshop/layer.py
src/photoshop/layerSet.py
src/photoshop/layerSets.py
src/photoshop/layers.py
src/photoshop/preferences.py
src/photoshop/selection.py
src/photoshop/solid_color.py
src/photoshop/text_fonts.py
src/photoshop/text_item.py
src/photoshop/colors/__init__.py
src/photoshop/colors/cmyk.py
src/photoshop/colors/hsb.py
src/photoshop/colors/lab.py
src/photoshop/colors/rgb.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/manual_test_all_examples.py
test/manual_test_application.py
test/manual_test_artlayer.py
test/test_application.py