├── .gitignore ├── AUTHORS ├── COPYING ├── INSTALL ├── MANIFEST.in ├── README ├── bin └── phatch ├── copyright ├── data ├── actionlists │ ├── badge.phatch │ ├── badge.png │ ├── button.phatch │ ├── button.png │ ├── lcd_screen.phatch │ ├── lcd_screen.png │ ├── perspective_reflection.phatch │ ├── perspective_reflection.png │ ├── polaroid.phatch │ ├── polaroid.png │ ├── resize.phatch │ ├── resize.png │ ├── round_corners_shadow.phatch │ ├── round_corners_shadow.png │ ├── scale_icons.phatch │ ├── scale_icons.png │ ├── shaped_button.phatch │ ├── shaped_button.png │ ├── snow_globe.phatch │ └── snow_globe.png ├── blender │ ├── book.blend │ ├── box.blend │ ├── can.blend │ ├── cd.blend │ ├── lcd.blend │ ├── object.py │ ├── preview │ │ ├── object │ │ │ ├── book.jpg │ │ │ ├── box.jpg │ │ │ ├── can.jpg │ │ │ ├── cd.jpg │ │ │ ├── lcd.jpg │ │ │ └── sphere.jpg │ │ └── rotation │ │ │ ├── book │ │ │ ├── hori_-30_vert_0.jpg │ │ │ ├── hori_-30_vert_30.jpg │ │ │ ├── hori_-30_vert_60.jpg │ │ │ ├── hori_-60_vert_0.jpg │ │ │ ├── hori_-60_vert_30.jpg │ │ │ ├── hori_-60_vert_60.jpg │ │ │ ├── hori_0_vert_0.jpg │ │ │ ├── hori_0_vert_30.jpg │ │ │ ├── hori_0_vert_60.jpg │ │ │ ├── hori_30_vert_0.jpg │ │ │ ├── hori_30_vert_30.jpg │ │ │ ├── hori_30_vert_60.jpg │ │ │ ├── hori_60_vert_0.jpg │ │ │ ├── hori_60_vert_30.jpg │ │ │ └── hori_60_vert_60.jpg │ │ │ ├── box │ │ │ ├── hori_-30_vert_0.jpg │ │ │ ├── hori_-30_vert_30.jpg │ │ │ ├── hori_-30_vert_60.jpg │ │ │ ├── hori_-60_vert_0.jpg │ │ │ ├── hori_-60_vert_30.jpg │ │ │ ├── hori_-60_vert_60.jpg │ │ │ ├── hori_0_vert_0.jpg │ │ │ ├── hori_0_vert_30.jpg │ │ │ ├── hori_0_vert_60.jpg │ │ │ ├── hori_30_vert_0.jpg │ │ │ ├── hori_30_vert_30.jpg │ │ │ ├── hori_30_vert_60.jpg │ │ │ ├── hori_60_vert_0.jpg │ │ │ ├── hori_60_vert_30.jpg │ │ │ └── hori_60_vert_60.jpg │ │ │ ├── can │ │ │ ├── hori_-30_vert_0.jpg │ │ │ ├── hori_-30_vert_30.jpg │ │ │ ├── hori_-30_vert_60.jpg │ │ │ ├── hori_-60_vert_0.jpg │ │ │ ├── hori_-60_vert_30.jpg │ │ │ ├── hori_-60_vert_60.jpg │ │ │ ├── hori_0_vert_0.jpg │ │ │ ├── hori_0_vert_30.jpg │ │ │ ├── hori_0_vert_60.jpg │ │ │ ├── hori_30_vert_0.jpg │ │ │ ├── hori_30_vert_30.jpg │ │ │ ├── hori_30_vert_60.jpg │ │ │ ├── hori_60_vert_0.jpg │ │ │ ├── hori_60_vert_30.jpg │ │ │ └── hori_60_vert_60.jpg │ │ │ ├── cd │ │ │ ├── hori_-30_vert_0.jpg │ │ │ ├── hori_-30_vert_30.jpg │ │ │ ├── hori_-30_vert_60.jpg │ │ │ ├── hori_-60_vert_0.jpg │ │ │ ├── hori_-60_vert_30.jpg │ │ │ ├── hori_-60_vert_60.jpg │ │ │ ├── hori_0_vert_0.jpg │ │ │ ├── hori_0_vert_30.jpg │ │ │ ├── hori_0_vert_60.jpg │ │ │ ├── hori_30_vert_0.jpg │ │ │ ├── hori_30_vert_30.jpg │ │ │ ├── hori_30_vert_60.jpg │ │ │ ├── hori_60_vert_0.jpg │ │ │ ├── hori_60_vert_30.jpg │ │ │ └── hori_60_vert_60.jpg │ │ │ ├── lcd │ │ │ ├── hori_-30_vert_0.jpg │ │ │ ├── hori_-30_vert_30.jpg │ │ │ ├── hori_-30_vert_60.jpg │ │ │ ├── hori_-60_vert_0.jpg │ │ │ ├── hori_-60_vert_30.jpg │ │ │ ├── hori_-60_vert_60.jpg │ │ │ ├── hori_0_vert_0.jpg │ │ │ ├── hori_0_vert_30.jpg │ │ │ ├── hori_0_vert_60.jpg │ │ │ ├── hori_30_vert_0.jpg │ │ │ ├── hori_30_vert_30.jpg │ │ │ ├── hori_30_vert_60.jpg │ │ │ ├── hori_60_vert_0.jpg │ │ │ ├── hori_60_vert_30.jpg │ │ │ └── hori_60_vert_60.jpg │ │ │ └── sphere │ │ │ ├── hori_-30_vert_0.jpg │ │ │ ├── hori_-30_vert_30.jpg │ │ │ ├── hori_-30_vert_60.jpg │ │ │ ├── hori_-60_vert_0.jpg │ │ │ ├── hori_-60_vert_30.jpg │ │ │ ├── hori_-60_vert_60.jpg │ │ │ ├── hori_0_vert_0.jpg │ │ │ ├── hori_0_vert_30.jpg │ │ │ ├── hori_0_vert_60.jpg │ │ │ ├── hori_30_vert_0.jpg │ │ │ ├── hori_30_vert_30.jpg │ │ │ ├── hori_30_vert_60.jpg │ │ │ ├── hori_60_vert_0.jpg │ │ │ ├── hori_60_vert_30.jpg │ │ │ └── hori_60_vert_60.jpg │ ├── runner.py │ ├── scene.blend │ └── sphere.blend ├── fonts │ ├── FreeSans.ttf │ └── Purisa.ttf ├── geek.txt ├── highlights │ ├── curved.png │ ├── curved_down.png │ ├── curved_up.png │ ├── curved_up_contrast.png │ ├── curved_up_smooth.png │ ├── diagonal_left_down.png │ ├── diagonal_right_down.png │ ├── diagonal_smooth_left_down.png │ ├── diagonal_smooth_right_down.png │ ├── heart.png │ ├── radial.png │ ├── rectangle_bottom.png │ ├── rectangle_gradient.png │ ├── rectangle_gradient_cubic.png │ ├── rectangle_metallic.png │ ├── rectangle_top.png │ ├── rectangle_top_rounded.png │ ├── shades.png │ ├── sphere_bottom.png │ ├── sphere_middle.png │ ├── sphere_top.png │ └── sphere_top_contrast.png ├── masks │ ├── 10_pointed_polygon.png │ ├── 12_pointed_polygon-flat.png │ ├── 12_pointed_polygon.png │ ├── 12_pointed_round.png │ ├── 12_pointed_round_inverted.png │ ├── 13_pointed_polygon.png │ ├── 13_pointed_round.png │ ├── 13_pointed_round_inverted.png │ ├── 14_pointed_blades.png │ ├── 20_pointed_polygon.png │ ├── 20_pointed_round.png │ ├── 7_pointed_round.png │ ├── 7_pointed_round_star.png │ ├── 7_pointed_star.png │ ├── 8_pointed_polygon.png │ ├── 9_pointed_polygon.png │ ├── brush.jpg │ ├── circle.jpg │ ├── circle_blur.jpg │ ├── circle_blur_big.jpg │ ├── circle_dotted.jpg │ ├── cloud.png │ ├── daisy.png │ ├── gradient_center.jpg │ ├── gradient_horizontal_left.jpg │ ├── gradient_horizontal_middle.jpg │ ├── gradient_horizontal_right.jpg │ ├── gradient_vertical_bottom.jpg │ ├── gradient_vertical_middle.jpg │ ├── gradient_vertical_top.jpg │ ├── heart.jpg │ ├── rounded_fade.jpg │ ├── shield.png │ ├── square_twisted.png │ ├── square_twisted_round.png │ ├── star.png │ ├── star_pointed.png │ ├── star_round.png │ ├── strokes.jpg │ └── torn_edges.png ├── perspective │ ├── bottom.png │ ├── bottom_stretched.png │ ├── corner_bottom_left.png │ ├── corner_bottom_right.png │ ├── corner_top_left.png │ ├── corner_top_right.png │ ├── jpg.source │ ├── left.png │ ├── left_stretched.png │ ├── perspective.phatch │ ├── right.png │ ├── right_stretched.png │ ├── top.png │ ├── top_stretched.png │ └── user.png └── user.png ├── docs ├── Makefile ├── build │ └── html │ │ ├── .buildinfo │ │ ├── _sources │ │ ├── actions.autocontrast.txt │ │ ├── actions.background.txt │ │ ├── actions.blender.txt │ │ ├── actions.border.txt │ │ ├── actions.brightness.txt │ │ ├── actions.canvas.txt │ │ ├── actions.color_to_alpha.txt │ │ ├── actions.colorize.txt │ │ ├── actions.common.txt │ │ ├── actions.contour.txt │ │ ├── actions.contrast.txt │ │ ├── actions.convert_mode.txt │ │ ├── actions.copy.txt │ │ ├── actions.crop.txt │ │ ├── actions.delete_tags.txt │ │ ├── actions.desaturate.txt │ │ ├── actions.effect.txt │ │ ├── actions.equalize.txt │ │ ├── actions.fit.txt │ │ ├── actions.geek.txt │ │ ├── actions.geotag.txt │ │ ├── actions.grid.txt │ │ ├── actions.highlight.txt │ │ ├── actions.imagemagick.txt │ │ ├── actions.invert.txt │ │ ├── actions.lossless_jpeg.txt │ │ ├── actions.mask.txt │ │ ├── actions.maximum.txt │ │ ├── actions.median.txt │ │ ├── actions.minimum.txt │ │ ├── actions.mirror.txt │ │ ├── actions.offset.txt │ │ ├── actions.perspective.txt │ │ ├── actions.posterize.txt │ │ ├── actions.rank.txt │ │ ├── actions.reflection.txt │ │ ├── actions.rename.txt │ │ ├── actions.rename_tag.txt │ │ ├── actions.rotate.txt │ │ ├── actions.round.txt │ │ ├── actions.saturation.txt │ │ ├── actions.save.txt │ │ ├── actions.save_metadata.txt │ │ ├── actions.scale.txt │ │ ├── actions.shadow.txt │ │ ├── actions.sketch.txt │ │ ├── actions.solarize.txt │ │ ├── actions.tamogen.txt │ │ ├── actions.text.txt │ │ ├── actions.time_shift.txt │ │ ├── actions.transpose.txt │ │ ├── actions.txt │ │ ├── actions.warm_up.txt │ │ ├── actions.watermark.txt │ │ ├── actions.write_tag.txt │ │ ├── bazaar.txt │ │ ├── console.console.txt │ │ ├── console.txt │ │ ├── core.api.txt │ │ ├── core.config.txt │ │ ├── core.ct.txt │ │ ├── core.imageTable.txt │ │ ├── core.information.txt │ │ ├── core.message.txt │ │ ├── core.models.txt │ │ ├── core.pil.txt │ │ ├── core.preview.txt │ │ ├── core.regex.txt │ │ ├── core.safeGlobals.txt │ │ ├── core.settings.txt │ │ ├── core.translation.txt │ │ ├── core.txt │ │ ├── data.info.txt │ │ ├── data.license.txt │ │ ├── data.txt │ │ ├── data.version.txt │ │ ├── index.txt │ │ ├── index2.txt │ │ ├── lib._pyexiv2.txt │ │ ├── lib.colors.txt │ │ ├── lib.desktop.txt │ │ ├── lib.events.txt │ │ ├── lib.fonts.txt │ │ ├── lib.formField.txt │ │ ├── lib.gettextFix.txt │ │ ├── lib.gps.txt │ │ ├── lib.imageTable.txt │ │ ├── lib.imtools.txt │ │ ├── lib.linux.desktop.txt │ │ ├── lib.linux.nautilusExtension.txt │ │ ├── lib.linux.txt │ │ ├── lib.listData.txt │ │ ├── lib.metadata.txt │ │ ├── lib.metadataTest.txt │ │ ├── lib.notify.txt │ │ ├── lib.odict.txt │ │ ├── lib.openImage.txt │ │ ├── lib.pyWx.about.txt │ │ ├── lib.pyWx.autoCompleteCtrls.txt │ │ ├── lib.pyWx.clipboard.txt │ │ ├── lib.pyWx.compatible.txt │ │ ├── lib.pyWx.dialogsInspector.txt │ │ ├── lib.pyWx.droplet.txt │ │ ├── lib.pyWx.folderFileBrowser.txt │ │ ├── lib.pyWx.graphics.txt │ │ ├── lib.pyWx.imageFileBrowser.txt │ │ ├── lib.pyWx.imageInspector.txt │ │ ├── lib.pyWx.inspector.txt │ │ ├── lib.pyWx.inspectorTag.txt │ │ ├── lib.pyWx.paint.txt │ │ ├── lib.pyWx.popup.txt │ │ ├── lib.pyWx.screenshot.txt │ │ ├── lib.pyWx.shell.txt │ │ ├── lib.pyWx.tag.txt │ │ ├── lib.pyWx.treeDragDrop.txt │ │ ├── lib.pyWx.treeEdit.txt │ │ ├── lib.pyWx.txt │ │ ├── lib.pyWx.viewer.txt │ │ ├── lib.pyWx.vlist.txt │ │ ├── lib.pyWx.vlistTag.txt │ │ ├── lib.pyWx.wildcard.txt │ │ ├── lib.pyWx.wxPil.txt │ │ ├── lib.pyWx.wxcheck.txt │ │ ├── lib.reverse_translation.txt │ │ ├── lib.safe.txt │ │ ├── lib.system.txt │ │ ├── lib.thumbnail.txt │ │ ├── lib.txt │ │ ├── lib.unicoding.txt │ │ ├── lib.windows.locate.txt │ │ ├── lib.windows.register.txt │ │ ├── lib.windows.shortcut.txt │ │ ├── lib.windows.txt │ │ ├── license.txt │ │ ├── lico.txt │ │ ├── linux.droplet.txt │ │ ├── linux.thunar.txt │ │ ├── linux.txt │ │ ├── other.EXIF.txt │ │ ├── other.findsystem.txt │ │ ├── other.pep8.txt │ │ ├── other.pil_1_1_6.JpegImagePlugin.txt │ │ ├── other.pil_1_1_6.TiffImagePlugin.txt │ │ ├── other.pil_1_1_6.txt │ │ ├── other.pubsub.txt │ │ ├── other.pyWx.TextCtrlAutoComplete.txt │ │ ├── other.pyWx.img2img.txt │ │ ├── other.pyWx.img2py.txt │ │ ├── other.pyWx.toasterbox.txt │ │ ├── other.pyWx.txt │ │ ├── other.relativedelta.txt │ │ ├── other.surd.txt │ │ ├── other.tamogen.txt │ │ ├── other.txt │ │ ├── pep8.txt │ │ ├── pyWx.dialogs.txt │ │ ├── pyWx.gui.txt │ │ ├── pyWx.imageInspector.txt │ │ ├── pyWx.images.txt │ │ ├── pyWx.nuovext.txt │ │ ├── pyWx.plugin.txt │ │ ├── pyWx.txt │ │ ├── pyWx.wxGlade.dialogs.txt │ │ ├── pyWx.wxGlade.dialogsInspector.txt │ │ ├── pyWx.wxGlade.frame.txt │ │ ├── pyWx.wxGlade.txt │ │ ├── release.txt │ │ ├── templates.action.txt │ │ ├── templates.txt │ │ ├── testing.txt │ │ ├── windows.droplet.txt │ │ └── windows.txt │ │ ├── _static │ │ ├── basic.css │ │ ├── default.css │ │ ├── doctools.js │ │ ├── file.png │ │ ├── jquery.js │ │ ├── minus.png │ │ ├── plus.png │ │ ├── pygments.css │ │ └── searchtools.js │ │ ├── actions.autocontrast.html │ │ ├── actions.background.html │ │ ├── actions.blender.html │ │ ├── actions.border.html │ │ ├── actions.brightness.html │ │ ├── actions.canvas.html │ │ ├── actions.color_to_alpha.html │ │ ├── actions.colorize.html │ │ ├── actions.common.html │ │ ├── actions.contour.html │ │ ├── actions.contrast.html │ │ ├── actions.convert_mode.html │ │ ├── actions.copy.html │ │ ├── actions.crop.html │ │ ├── actions.delete_tags.html │ │ ├── actions.desaturate.html │ │ ├── actions.effect.html │ │ ├── actions.equalize.html │ │ ├── actions.fit.html │ │ ├── actions.geek.html │ │ ├── actions.geotag.html │ │ ├── actions.grid.html │ │ ├── actions.highlight.html │ │ ├── actions.html │ │ ├── actions.imagemagick.html │ │ ├── actions.invert.html │ │ ├── actions.lossless_jpeg.html │ │ ├── actions.mask.html │ │ ├── actions.maximum.html │ │ ├── actions.median.html │ │ ├── actions.minimum.html │ │ ├── actions.mirror.html │ │ ├── actions.offset.html │ │ ├── actions.perspective.html │ │ ├── actions.posterize.html │ │ ├── actions.rank.html │ │ ├── actions.reflection.html │ │ ├── actions.rename.html │ │ ├── actions.rename_tag.html │ │ ├── actions.rotate.html │ │ ├── actions.round.html │ │ ├── actions.saturation.html │ │ ├── actions.save.html │ │ ├── actions.save_metadata.html │ │ ├── actions.scale.html │ │ ├── actions.shadow.html │ │ ├── actions.sketch.html │ │ ├── actions.solarize.html │ │ ├── actions.tamogen.html │ │ ├── actions.text.html │ │ ├── actions.time_shift.html │ │ ├── actions.transpose.html │ │ ├── actions.warm_up.html │ │ ├── actions.watermark.html │ │ ├── actions.write_tag.html │ │ ├── bazaar.html │ │ ├── console.console.html │ │ ├── console.html │ │ ├── core.api.html │ │ ├── core.config.html │ │ ├── core.ct.html │ │ ├── core.html │ │ ├── core.imageTable.html │ │ ├── core.information.html │ │ ├── core.message.html │ │ ├── core.models.html │ │ ├── core.pil.html │ │ ├── core.preview.html │ │ ├── core.regex.html │ │ ├── core.safeGlobals.html │ │ ├── core.settings.html │ │ ├── core.translation.html │ │ ├── data.html │ │ ├── data.info.html │ │ ├── data.license.html │ │ ├── data.version.html │ │ ├── genindex.html │ │ ├── index.html │ │ ├── index2.html │ │ ├── lib._pyexiv2.html │ │ ├── lib.colors.html │ │ ├── lib.desktop.html │ │ ├── lib.events.html │ │ ├── lib.fonts.html │ │ ├── lib.formField.html │ │ ├── lib.gettextFix.html │ │ ├── lib.gps.html │ │ ├── lib.html │ │ ├── lib.imageTable.html │ │ ├── lib.imtools.html │ │ ├── lib.linux.desktop.html │ │ ├── lib.linux.html │ │ ├── lib.linux.nautilusExtension.html │ │ ├── lib.listData.html │ │ ├── lib.metadata.html │ │ ├── lib.metadataTest.html │ │ ├── lib.notify.html │ │ ├── lib.odict.html │ │ ├── lib.openImage.html │ │ ├── lib.pyWx.about.html │ │ ├── lib.pyWx.autoCompleteCtrls.html │ │ ├── lib.pyWx.clipboard.html │ │ ├── lib.pyWx.compatible.html │ │ ├── lib.pyWx.dialogsInspector.html │ │ ├── lib.pyWx.droplet.html │ │ ├── lib.pyWx.folderFileBrowser.html │ │ ├── lib.pyWx.graphics.html │ │ ├── lib.pyWx.html │ │ ├── lib.pyWx.imageFileBrowser.html │ │ ├── lib.pyWx.imageInspector.html │ │ ├── lib.pyWx.inspector.html │ │ ├── lib.pyWx.inspectorTag.html │ │ ├── lib.pyWx.paint.html │ │ ├── lib.pyWx.popup.html │ │ ├── lib.pyWx.screenshot.html │ │ ├── lib.pyWx.shell.html │ │ ├── lib.pyWx.tag.html │ │ ├── lib.pyWx.treeDragDrop.html │ │ ├── lib.pyWx.treeEdit.html │ │ ├── lib.pyWx.viewer.html │ │ ├── lib.pyWx.vlist.html │ │ ├── lib.pyWx.vlistTag.html │ │ ├── lib.pyWx.wildcard.html │ │ ├── lib.pyWx.wxPil.html │ │ ├── lib.pyWx.wxcheck.html │ │ ├── lib.reverse_translation.html │ │ ├── lib.safe.html │ │ ├── lib.system.html │ │ ├── lib.thumbnail.html │ │ ├── lib.unicoding.html │ │ ├── lib.windows.html │ │ ├── lib.windows.locate.html │ │ ├── lib.windows.register.html │ │ ├── lib.windows.shortcut.html │ │ ├── license.html │ │ ├── lico.html │ │ ├── linux.droplet.html │ │ ├── linux.html │ │ ├── linux.thunar.html │ │ ├── modindex.html │ │ ├── objects.inv │ │ ├── other.EXIF.html │ │ ├── other.findsystem.html │ │ ├── other.html │ │ ├── other.pep8.html │ │ ├── other.pil_1_1_6.JpegImagePlugin.html │ │ ├── other.pil_1_1_6.TiffImagePlugin.html │ │ ├── other.pil_1_1_6.html │ │ ├── other.pubsub.html │ │ ├── other.pyWx.TextCtrlAutoComplete.html │ │ ├── other.pyWx.html │ │ ├── other.pyWx.img2img.html │ │ ├── other.pyWx.img2py.html │ │ ├── other.pyWx.toasterbox.html │ │ ├── other.relativedelta.html │ │ ├── other.surd.html │ │ ├── other.tamogen.html │ │ ├── pep8.html │ │ ├── pyWx.dialogs.html │ │ ├── pyWx.gui.html │ │ ├── pyWx.html │ │ ├── pyWx.imageInspector.html │ │ ├── pyWx.images.html │ │ ├── pyWx.nuovext.html │ │ ├── pyWx.plugin.html │ │ ├── pyWx.wxGlade.dialogs.html │ │ ├── pyWx.wxGlade.dialogsInspector.html │ │ ├── pyWx.wxGlade.frame.html │ │ ├── pyWx.wxGlade.html │ │ ├── release.html │ │ ├── search.html │ │ ├── searchindex.js │ │ ├── templates.action.html │ │ ├── templates.html │ │ ├── testing.html │ │ ├── windows.droplet.html │ │ └── windows.html ├── make.bat ├── source │ ├── actions.autocontrast.rst │ ├── actions.background.rst │ ├── actions.blender.rst │ ├── actions.border.rst │ ├── actions.brightness.rst │ ├── actions.canvas.rst │ ├── actions.color_to_alpha.rst │ ├── actions.colorize.rst │ ├── actions.common.rst │ ├── actions.contour.rst │ ├── actions.contrast.rst │ ├── actions.convert_mode.rst │ ├── actions.copy.rst │ ├── actions.crop.rst │ ├── actions.delete_tags.rst │ ├── actions.desaturate.rst │ ├── actions.effect.rst │ ├── actions.equalize.rst │ ├── actions.fit.rst │ ├── actions.geek.rst │ ├── actions.geotag.rst │ ├── actions.grid.rst │ ├── actions.highlight.rst │ ├── actions.imagemagick.rst │ ├── actions.invert.rst │ ├── actions.lossless_jpeg.rst │ ├── actions.mask.rst │ ├── actions.maximum.rst │ ├── actions.median.rst │ ├── actions.minimum.rst │ ├── actions.mirror.rst │ ├── actions.offset.rst │ ├── actions.perspective.rst │ ├── actions.posterize.rst │ ├── actions.rank.rst │ ├── actions.reflection.rst │ ├── actions.rename.rst │ ├── actions.rename_tag.rst │ ├── actions.rotate.rst │ ├── actions.round.rst │ ├── actions.rst │ ├── actions.saturation.rst │ ├── actions.save.rst │ ├── actions.save_metadata.rst │ ├── actions.scale.rst │ ├── actions.shadow.rst │ ├── actions.sketch.rst │ ├── actions.solarize.rst │ ├── actions.tamogen.rst │ ├── actions.text.rst │ ├── actions.time_shift.rst │ ├── actions.transpose.rst │ ├── actions.warm_up.rst │ ├── actions.watermark.rst │ ├── actions.write_tag.rst │ ├── bazaar.rst │ ├── conf.py │ ├── console.console.rst │ ├── console.rst │ ├── core.api.rst │ ├── core.config.rst │ ├── core.ct.rst │ ├── core.message.rst │ ├── core.models.rst │ ├── core.pil.rst │ ├── core.preview.rst │ ├── core.rst │ ├── core.safeGlobals.rst │ ├── core.settings.rst │ ├── core.translation.rst │ ├── data.info.rst │ ├── data.license.rst │ ├── data.rst │ ├── data.version.rst │ ├── index.rst │ ├── index2.rst │ ├── lib._pyexiv2.rst │ ├── lib.colors.rst │ ├── lib.desktop.rst │ ├── lib.events.rst │ ├── lib.fonts.rst │ ├── lib.formField.rst │ ├── lib.gettextFix.rst │ ├── lib.gps.rst │ ├── lib.imageTable.rst │ ├── lib.imtools.rst │ ├── lib.linux.desktop.rst │ ├── lib.linux.nautilusExtension.rst │ ├── lib.linux.rst │ ├── lib.listData.rst │ ├── lib.metadata.rst │ ├── lib.metadataTest.rst │ ├── lib.notify.rst │ ├── lib.odict.rst │ ├── lib.openImage.rst │ ├── lib.pyWx.about.rst │ ├── lib.pyWx.autoCompleteCtrls.rst │ ├── lib.pyWx.clipboard.rst │ ├── lib.pyWx.compatible.rst │ ├── lib.pyWx.dialogsInspector.rst │ ├── lib.pyWx.droplet.rst │ ├── lib.pyWx.folderFileBrowser.rst │ ├── lib.pyWx.graphics.rst │ ├── lib.pyWx.imageFileBrowser.rst │ ├── lib.pyWx.imageInspector.rst │ ├── lib.pyWx.inspector.rst │ ├── lib.pyWx.inspectorTag.rst │ ├── lib.pyWx.paint.rst │ ├── lib.pyWx.popup.rst │ ├── lib.pyWx.rst │ ├── lib.pyWx.screenshot.rst │ ├── lib.pyWx.shell.rst │ ├── lib.pyWx.tag.rst │ ├── lib.pyWx.treeDragDrop.rst │ ├── lib.pyWx.treeEdit.rst │ ├── lib.pyWx.vlist.rst │ ├── lib.pyWx.vlistTag.rst │ ├── lib.pyWx.wildcard.rst │ ├── lib.pyWx.wxPil.rst │ ├── lib.pyWx.wxcheck.rst │ ├── lib.reverse_translation.rst │ ├── lib.rst │ ├── lib.safe.rst │ ├── lib.system.rst │ ├── lib.thumbnail.rst │ ├── lib.unicoding.rst │ ├── lib.windows.locate.rst │ ├── lib.windows.register.rst │ ├── lib.windows.rst │ ├── lib.windows.shortcut.rst │ ├── lico.rst │ ├── linux.droplet.rst │ ├── linux.rst │ ├── linux.thunar.rst │ ├── other.EXIF.rst │ ├── other.findsystem.rst │ ├── other.pep8.rst │ ├── other.pil_1_1_6.JpegImagePlugin.rst │ ├── other.pil_1_1_6.TiffImagePlugin.rst │ ├── other.pil_1_1_6.rst │ ├── other.pubsub.rst │ ├── other.pyWx.TextCtrlAutoComplete.rst │ ├── other.pyWx.img2img.rst │ ├── other.pyWx.img2py.rst │ ├── other.pyWx.rst │ ├── other.pyWx.toasterbox.rst │ ├── other.relativedelta.rst │ ├── other.rst │ ├── other.surd.rst │ ├── other.tamogen.rst │ ├── pep8.rst │ ├── pyWx.dialogs.rst │ ├── pyWx.gui.rst │ ├── pyWx.images.rst │ ├── pyWx.nuovext.rst │ ├── pyWx.plugin.rst │ ├── pyWx.rst │ ├── pyWx.wxGlade.dialogs.rst │ ├── pyWx.wxGlade.frame.rst │ ├── pyWx.wxGlade.rst │ ├── release.rst │ ├── templates.action.rst │ ├── templates.rst │ ├── testing.rst │ ├── windows.droplet.rst │ └── windows.rst └── update.py ├── images ├── icons │ ├── 128x128 │ │ ├── phatch-actionlist.png │ │ ├── phatch-inspector.png │ │ └── phatch.png │ ├── 16x16 │ │ ├── phatch-inspector.png │ │ └── phatch.png │ ├── 192x192 │ │ ├── droplet.gif │ │ ├── phatch-inspector.png │ │ └── phatch.png │ ├── 24x24 │ │ ├── phatch-actionlist.png │ │ ├── phatch-inspector.png │ │ └── phatch.png │ ├── 256x256 │ │ ├── phatch-inspector.png │ │ └── phatch.png │ ├── 32x32 │ │ ├── phatch-inspector.gif │ │ ├── phatch-inspector.png │ │ ├── phatch.gif │ │ └── phatch.png │ ├── 48x48 │ │ ├── phatch-actionlist.png │ │ ├── phatch-inspector.png │ │ └── phatch.png │ ├── 64x64 │ │ ├── phatch-actionlist.png │ │ ├── phatch-inspector.png │ │ ├── phatch.ico │ │ └── phatch.png │ ├── 96x96 │ │ ├── phatch-inspector-96high.png │ │ ├── phatch-inspector.png │ │ └── phatch.png │ └── scalable │ │ ├── phatch-actionlist.svg │ │ ├── phatch-inspector.svg │ │ └── phatch.svg ├── phatch-flat-logotype-512x100.png ├── phatch-flat-logotype-512x100.svg ├── phatch-image-inspector.png ├── phatch-logo.png ├── phatch-screen-logotype-512x100.png ├── phatch-screen-logotype-512x100.svg ├── phatch-small.png ├── phatch.png └── source │ ├── action lists │ └── masks.phatch │ ├── igor │ ├── autoContrast.svg │ ├── background.svg │ ├── border.svg │ ├── brightness.svg │ ├── canvas.svg │ ├── colorToAlpha.svg │ ├── colorize.svg │ ├── contrast.svg │ ├── convert.svg │ ├── copy.svg │ ├── deleteTag.svg │ ├── desaturate.svg │ ├── disable28x28.png │ ├── droplet.gif │ ├── droplet.svg │ ├── droplet_opaque.gif │ ├── droplet_opaque.svg │ ├── equalise.svg │ ├── highlite.svg │ ├── imageMagic.svg │ ├── invert.svg │ ├── perspective.svg │ ├── phatch-actionlist.svg │ ├── reflection.svg │ ├── renameTag.svg │ ├── rotate.svg │ ├── round.svg │ ├── saturation.svg │ ├── save.svg │ ├── saveTag.svg │ ├── scale.svg │ ├── solarize.svg │ ├── transpose.svg │ ├── watermark.svg │ └── writeTag.svg │ ├── nadia │ ├── highlights │ │ ├── curved.svg │ │ ├── curved_down.svg │ │ ├── curved_up.svg │ │ ├── curved_up_contrast.svg │ │ ├── curved_up_smooth.svg │ │ ├── heart.svg │ │ ├── metallic.svg │ │ ├── radial.svg │ │ ├── rectangle_gradient.svg │ │ ├── rectangle_top_rounded.svg │ │ ├── shades.svg │ │ ├── sphere_bottom.svg │ │ ├── sphere_middle.svg │ │ ├── sphere_top.svg │ │ └── sphere_top_contrast.svg │ └── masks │ │ ├── 10_pointed_polygon.svg │ │ ├── 12_pointed_polygon-flat.svg │ │ ├── 12_pointed_polygon.svg │ │ ├── 12_pointed_round.svg │ │ ├── 12_pointed_round_inverted.svg │ │ ├── 13_pointed_polygon.svg │ │ ├── 13_pointed_round.svg │ │ ├── 13_pointed_round_inverted.svg │ │ ├── 14_pointed_blades.svg │ │ ├── 20_pointed_polygon.svg │ │ ├── 20_pointed_round1.svg │ │ ├── 7_pointed_round.svg │ │ ├── 7_pointed_round_star.svg │ │ ├── 7_pointed_star.svg │ │ ├── 8_pointed_polygon.svg │ │ ├── 9_pointed_polygon.svg │ │ ├── cloud.svg │ │ ├── daisy.svg │ │ ├── shield.svg │ │ ├── star.svg │ │ ├── star_pointed.svg │ │ └── star_round.svg │ ├── openclipart │ ├── abracadabra_jean_maurice_.svg │ ├── ampelfrau_matthew_gates_01.svg │ ├── ant.svg │ ├── balloons-aj.svg │ ├── barretr_Pencil.svg │ ├── beachball_v0.1.svg │ ├── bee1_mimooh_01.svg │ ├── black_and_white_bishop_r.svg │ ├── cross_hand_drawn_linda_k_02.svg │ ├── dino_architetto_francesc_04.svg │ ├── dolphin.svg │ ├── don_t_panic__dan_gerhard_01.svg │ ├── fire-ball_benji_park_01.svg │ ├── house_juliane_krug_01.svg │ ├── istogramma_architetto_fr_01.svg │ ├── item_rename.svg │ ├── led_square_red.svg │ ├── noonespillow_Shiny_Orb.svg │ ├── paint_roller_wall_gerald_01.svg │ ├── rana03_architetto_france_01.svg │ ├── scissors.svg │ ├── shamrock_for_march_natha_01.svg │ ├── soda.svg │ ├── sole_ezechiele_01.svg │ ├── text.svg │ └── tux_clemente_01.svg │ ├── other │ └── mirror.svg │ ├── phatch-logo.blend │ └── stani │ ├── icons │ ├── grid.svg │ ├── pencil.svg │ └── warm_up.svg │ └── masks │ ├── square_twisted.svg │ └── square_twisted_round.svg ├── linux ├── phatch-inspector.desktop ├── phatch.1 ├── phatch.desktop └── phatch.xml ├── locale ├── ar │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── be │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── bg │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── bs │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ca │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── cs │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── da │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── de │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── el │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── en │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.pot ├── en_GB │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── eo │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── es │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── eu │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── fa │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── fi │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── fil │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── fr │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── fy │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ga │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── gl │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── he │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── hi │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── hr │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── hu │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── hy │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── id │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── it │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ja │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ka │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ko │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ms │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── nb │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── nl │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── pa │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── pl │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── pt │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── pt_BR │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ro │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── ru │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── sk │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── sl │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── sr │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── sv │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── te │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── tl │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── tr │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── uk │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po ├── zh_CN │ └── LC_MESSAGES │ │ ├── phatch.mo │ │ └── phatch.po └── zh_TW │ └── LC_MESSAGES │ ├── phatch.mo │ └── phatch.po ├── phatch ├── __init__.py ├── actions │ ├── __init__.py │ ├── autocontrast.py │ ├── background.py │ ├── blender.py │ ├── border.py │ ├── brightness.py │ ├── canvas.py │ ├── color_to_alpha.py │ ├── colorize.py │ ├── common.py │ ├── contour.py │ ├── contrast.py │ ├── convert_mode.py │ ├── copy.py │ ├── crop.py │ ├── delete_tags.py │ ├── desaturate.py │ ├── effect.py │ ├── equalize.py │ ├── fit.py │ ├── geek.py │ ├── geotag.py │ ├── grid.py │ ├── highlight.py │ ├── imagemagick.py │ ├── invert.py │ ├── lossless_jpeg.py │ ├── mask.py │ ├── maximum.py │ ├── median.py │ ├── minimum.py │ ├── mirror.py │ ├── offset.py │ ├── perspective.py │ ├── posterize.py │ ├── rank.py │ ├── reflection.py │ ├── rename.py │ ├── rename_tag.py │ ├── rotate.py │ ├── round.py │ ├── saturation.py │ ├── save.py │ ├── save_metadata.py │ ├── scale.py │ ├── shadow.py │ ├── sketch.py │ ├── solarize.py │ ├── tamogen.py │ ├── text.py │ ├── time_shift.py │ ├── transpose.py │ ├── warm_up.py │ ├── watermark.py │ └── write_tag.py ├── app.py ├── console │ ├── __init__.py │ └── console.py ├── core │ ├── __init__.py │ ├── api.py │ ├── config.py │ ├── ct.py │ ├── message.py │ ├── models.py │ ├── pil.py │ ├── preview.py │ ├── safeGlobals.py │ ├── settings.py │ └── translation.py ├── data │ ├── __init__.py │ ├── info.py │ ├── license.py │ └── version.py ├── lib │ ├── __init__.py │ ├── _pyexiv2.py │ ├── colors.py │ ├── desktop.py │ ├── events.py │ ├── fonts.py │ ├── formField.py │ ├── gettextFix.py │ ├── gps.py │ ├── imageTable.py │ ├── imtools.py │ ├── linux │ │ ├── __init__.py │ │ ├── desktop.py │ │ └── nautilusExtension.py │ ├── listData.py │ ├── metadata.py │ ├── metadataTest.py │ ├── notify.py │ ├── odict.py │ ├── openImage.py │ ├── pyWx │ │ ├── __init__.py │ │ ├── about.py │ │ ├── about.wxg │ │ ├── autoCompleteCtrls.py │ │ ├── clipboard.py │ │ ├── compatible.py │ │ ├── dialogsInspector.py │ │ ├── dialogsInspector.wxg │ │ ├── droplet.py │ │ ├── folderFileBrowser.py │ │ ├── folderFileBrowser.wxg │ │ ├── graphics.py │ │ ├── imageFileBrowser.py │ │ ├── imageInspector.py │ │ ├── inspector.py │ │ ├── inspectorTag.py │ │ ├── paint.py │ │ ├── popup.py │ │ ├── screenshot.py │ │ ├── shell.py │ │ ├── tag.py │ │ ├── treeDragDrop.py │ │ ├── treeEdit.py │ │ ├── vlist.py │ │ ├── vlistTag.py │ │ ├── wildcard.py │ │ ├── wxPil.py │ │ └── wxcheck.py │ ├── reverse_translation.py │ ├── safe.py │ ├── system.py │ ├── thumbnail.py │ ├── unicoding.py │ └── windows │ │ ├── __init__.py │ │ ├── locate.py │ │ ├── register.py │ │ └── shortcut.py ├── linux │ ├── __init__.py │ ├── droplet.py │ └── thunar.py ├── other │ ├── EXIF.py │ ├── __init__.py │ ├── findsystem.py │ ├── pep8.py │ ├── pil_1_1_6 │ │ ├── JpegImagePlugin.py │ │ └── TiffImagePlugin.py │ ├── pubsub.py │ ├── pyWx │ │ ├── TextCtrlAutoComplete.py │ │ ├── __init__.py │ │ ├── img2img.py │ │ ├── img2py.py │ │ └── toasterbox.py │ ├── relativedelta.py │ ├── surd.py │ └── tamogen.py ├── phatch.py ├── pyWx │ ├── __init__.py │ ├── dialogs.py │ ├── gui.py │ ├── images.py │ ├── nuovext.py │ ├── plugin.py │ └── wxGlade │ │ ├── __init__.py │ │ ├── dialogs.py │ │ ├── dialogs.wxg │ │ ├── frame.py │ │ └── frame.wxg ├── templates │ └── action.py └── windows │ ├── __init__.py │ └── droplet.py ├── setup.py ├── tests ├── acceptance_test.py ├── doc_test.py ├── input │ ├── bee.png │ ├── ex─⌐f ├»pt├º.jpg │ ├── frog.gif │ └── panic_╪▒╪╣╪¿.gif ├── license_test.py ├── pep8_test.py └── test_suite │ ├── __init__.py │ ├── bzr_precommit_test.py │ ├── config.py │ ├── defaults.py │ ├── phatchtools.py │ └── utils.py └── tools ├── change_tags.py └── tag_list /.gitignore: -------------------------------------------------------------------------------- 1 | # Byte-compiled / optimized / DLL files 2 | __pycache__/ 3 | *.py[cod] 4 | *$py.class 5 | 6 | # C extensions 7 | *.so 8 | 9 | # Distribution / packaging 10 | .Python 11 | env/ 12 | build/ 13 | develop-eggs/ 14 | dist/ 15 | downloads/ 16 | eggs/ 17 | .eggs/ 18 | lib/ 19 | lib64/ 20 | parts/ 21 | sdist/ 22 | var/ 23 | *.egg-info/ 24 | .installed.cfg 25 | *.egg 26 | 27 | # PyInstaller 28 | # Usually these files are written by a python script from a template 29 | # before PyInstaller builds the exe, so as to inject date/other infos into it. 30 | *.manifest 31 | *.spec 32 | 33 | # Installer logs 34 | pip-log.txt 35 | pip-delete-this-directory.txt 36 | 37 | # Unit test / coverage reports 38 | htmlcov/ 39 | .tox/ 40 | .coverage 41 | .coverage.* 42 | .cache 43 | nosetests.xml 44 | coverage.xml 45 | *,cover 46 | 47 | # Translations 48 | *.mo 49 | *.pot 50 | 51 | # Django stuff: 52 | *.log 53 | 54 | # Sphinx documentation 55 | docs/_build/ 56 | 57 | # PyBuilder 58 | target/ 59 | 60 | #pycharm files 61 | .idea/ -------------------------------------------------------------------------------- /INSTALL: -------------------------------------------------------------------------------- 1 | Installation instructions are on the website: 2 | http://photobatch.stani.be > documentation > install 3 | -------------------------------------------------------------------------------- /MANIFEST.in: -------------------------------------------------------------------------------- 1 | include AUTHORS COPYING README linux/phatch.desktop 2 | recursive-include phatch *.wxg 3 | recursive-include locale */LC_MESSAGES/phatch.mo 4 | recursive-include images *.png 5 | -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | Phatch = PHoto bATCH Processor 2 | 3 | http://photobatch.stani.be 4 | 5 | Batch your photo's with one mouse click. Typical examples are resizing, 6 | rotating, applying shadows, watermarks, rounded corners, EXIF renaming, ... 7 | 8 | Phatch was developed with the SPE editor (http://pythonide.stani.be) on 9 | Ubuntu (GNU/Linux), but should run fine as well on Windows and Mac Os X. 10 | 11 | Please read first carefully the installation instructions for your platform 12 | on the documentation website, which you can find at: 13 | http://photobatch.stani.be > documentation > install 14 | 15 | If you are a python developer, you can write easily your own plugins with PIL 16 | (Python Image Library). Please send your plugins to spe.stani.be@gmail.com 17 | You probably first want to read the developers documentation: 18 | http://photobatch.stani.be > documentation > developers 19 | 20 | All credits are in the AUTHORS file or in the Help> About dialog box. 21 | 22 | Phatch is licensed under the GPL v.3, of which you can find the details 23 | in the COPYING file. Phatch has no limitations, no time-outs, no nags, no 24 | adware, no banner ads and no spyware. It is 100% free and open source. 25 | 26 | (c) 2007-2008 www.stani.be 27 | -------------------------------------------------------------------------------- /bin/phatch: -------------------------------------------------------------------------------- 1 | #!/usr/bin/env python 2 | 3 | """Launch script from the bin folder.""" 4 | 5 | import sys 6 | 7 | if sys.version_info[0] != 2: 8 | sys.exit('Sorry, Phatch is only compatible with Python 2.x!\n') 9 | 10 | import phatch 11 | 12 | from core import config 13 | config_paths = config.init_config_paths() 14 | 15 | from app import main 16 | main(config_paths, app_file = __file__) 17 | -------------------------------------------------------------------------------- /data/actionlists/badge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/badge.png -------------------------------------------------------------------------------- /data/actionlists/button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/button.png -------------------------------------------------------------------------------- /data/actionlists/lcd_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/lcd_screen.png -------------------------------------------------------------------------------- /data/actionlists/perspective_reflection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/perspective_reflection.png -------------------------------------------------------------------------------- /data/actionlists/polaroid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/polaroid.png -------------------------------------------------------------------------------- /data/actionlists/resize.phatch: -------------------------------------------------------------------------------- 1 | {'actions': [{'fields': {'Canvas Height': '800px', 2 | 'Canvas Width': '800px', 3 | 'Constrain Proportions': 'yes', 4 | 'Resample Image': 'automatic', 5 | 'Resolution': u'', 6 | 'Scale Down Only': 'no', 7 | '__enabled__': 'yes'}, 8 | 'label': 'Scale'}, 9 | {'fields': {'As': u'', 10 | 'File Name': u'', 11 | 'In': u'/phatch/', 12 | 'JPEG Quality': u'85', 13 | 'JPEG Size Maximum': '0kb', 14 | 'JPEG Size Tolerance': '5%', 15 | 'Metadata': 'yes', 16 | 'PNG Optimize': 'no', 17 | 'Resolution': u'', 18 | 'Show Type Options': 'no', 19 | 'TIFF Compression': u'', 20 | '__enabled__': 'yes'}, 21 | 'label': 'Save'}], 22 | 'description': u'Make the image smaller or bigger.', 23 | 'version': '0.2.0'} 24 | -------------------------------------------------------------------------------- /data/actionlists/resize.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/resize.png -------------------------------------------------------------------------------- /data/actionlists/round_corners_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/round_corners_shadow.png -------------------------------------------------------------------------------- /data/actionlists/scale_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/scale_icons.png -------------------------------------------------------------------------------- /data/actionlists/shaped_button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/shaped_button.png -------------------------------------------------------------------------------- /data/actionlists/snow_globe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/actionlists/snow_globe.png -------------------------------------------------------------------------------- /data/blender/book.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/book.blend -------------------------------------------------------------------------------- /data/blender/box.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/box.blend -------------------------------------------------------------------------------- /data/blender/can.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/can.blend -------------------------------------------------------------------------------- /data/blender/cd.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/cd.blend -------------------------------------------------------------------------------- /data/blender/lcd.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/lcd.blend -------------------------------------------------------------------------------- /data/blender/preview/object/book.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/object/book.jpg -------------------------------------------------------------------------------- /data/blender/preview/object/box.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/object/box.jpg -------------------------------------------------------------------------------- /data/blender/preview/object/can.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/object/can.jpg -------------------------------------------------------------------------------- /data/blender/preview/object/cd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/object/cd.jpg -------------------------------------------------------------------------------- /data/blender/preview/object/lcd.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/object/lcd.jpg -------------------------------------------------------------------------------- /data/blender/preview/object/sphere.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/object/sphere.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_-30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_-30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_-30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_-30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_-30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_-30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_-60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_-60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_-60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_-60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_-60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_-60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_0_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_0_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_0_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_0_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_0_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_0_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/book/hori_60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/book/hori_60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_-30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_-30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_-30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_-30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_-30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_-30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_-60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_-60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_-60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_-60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_-60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_-60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_0_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_0_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_0_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_0_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_0_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_0_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/box/hori_60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/box/hori_60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_-30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_-30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_-30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_-30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_-30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_-30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_-60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_-60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_-60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_-60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_-60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_-60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_0_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_0_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_0_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_0_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_0_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_0_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/can/hori_60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/can/hori_60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_-30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_-30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_-30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_-30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_-30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_-30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_-60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_-60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_-60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_-60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_-60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_-60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_0_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_0_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_0_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_0_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_0_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_0_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/cd/hori_60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/cd/hori_60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_-30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_-30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_-30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_-30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_-30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_-30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_-60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_-60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_-60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_-60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_-60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_-60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_0_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_0_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_0_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_0_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_0_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_0_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/lcd/hori_60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/lcd/hori_60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_-30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_-30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_-30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_-30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_-30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_-30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_-60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_-60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_-60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_-60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_-60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_-60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_0_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_0_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_0_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_0_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_0_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_0_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_30_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_30_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_30_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_30_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_30_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_30_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_60_vert_0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_60_vert_0.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_60_vert_30.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_60_vert_30.jpg -------------------------------------------------------------------------------- /data/blender/preview/rotation/sphere/hori_60_vert_60.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/preview/rotation/sphere/hori_60_vert_60.jpg -------------------------------------------------------------------------------- /data/blender/scene.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/scene.blend -------------------------------------------------------------------------------- /data/blender/sphere.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/blender/sphere.blend -------------------------------------------------------------------------------- /data/fonts/FreeSans.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/fonts/FreeSans.ttf -------------------------------------------------------------------------------- /data/fonts/Purisa.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/fonts/Purisa.ttf -------------------------------------------------------------------------------- /data/geek.txt: -------------------------------------------------------------------------------- 1 | convert file_in.tif -bordercolor snow -background black +polaroid file_out.png 2 | convert -blur 0x5 file_in.tif file_out.png 3 | -------------------------------------------------------------------------------- /data/highlights/curved.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/curved.png -------------------------------------------------------------------------------- /data/highlights/curved_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/curved_down.png -------------------------------------------------------------------------------- /data/highlights/curved_up.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/curved_up.png -------------------------------------------------------------------------------- /data/highlights/curved_up_contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/curved_up_contrast.png -------------------------------------------------------------------------------- /data/highlights/curved_up_smooth.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/curved_up_smooth.png -------------------------------------------------------------------------------- /data/highlights/diagonal_left_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/diagonal_left_down.png -------------------------------------------------------------------------------- /data/highlights/diagonal_right_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/diagonal_right_down.png -------------------------------------------------------------------------------- /data/highlights/diagonal_smooth_left_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/diagonal_smooth_left_down.png -------------------------------------------------------------------------------- /data/highlights/diagonal_smooth_right_down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/diagonal_smooth_right_down.png -------------------------------------------------------------------------------- /data/highlights/heart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/heart.png -------------------------------------------------------------------------------- /data/highlights/radial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/radial.png -------------------------------------------------------------------------------- /data/highlights/rectangle_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/rectangle_bottom.png -------------------------------------------------------------------------------- /data/highlights/rectangle_gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/rectangle_gradient.png -------------------------------------------------------------------------------- /data/highlights/rectangle_gradient_cubic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/rectangle_gradient_cubic.png -------------------------------------------------------------------------------- /data/highlights/rectangle_metallic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/rectangle_metallic.png -------------------------------------------------------------------------------- /data/highlights/rectangle_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/rectangle_top.png -------------------------------------------------------------------------------- /data/highlights/rectangle_top_rounded.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/rectangle_top_rounded.png -------------------------------------------------------------------------------- /data/highlights/shades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/shades.png -------------------------------------------------------------------------------- /data/highlights/sphere_bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/sphere_bottom.png -------------------------------------------------------------------------------- /data/highlights/sphere_middle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/sphere_middle.png -------------------------------------------------------------------------------- /data/highlights/sphere_top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/sphere_top.png -------------------------------------------------------------------------------- /data/highlights/sphere_top_contrast.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/highlights/sphere_top_contrast.png -------------------------------------------------------------------------------- /data/masks/10_pointed_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/10_pointed_polygon.png -------------------------------------------------------------------------------- /data/masks/12_pointed_polygon-flat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/12_pointed_polygon-flat.png -------------------------------------------------------------------------------- /data/masks/12_pointed_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/12_pointed_polygon.png -------------------------------------------------------------------------------- /data/masks/12_pointed_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/12_pointed_round.png -------------------------------------------------------------------------------- /data/masks/12_pointed_round_inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/12_pointed_round_inverted.png -------------------------------------------------------------------------------- /data/masks/13_pointed_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/13_pointed_polygon.png -------------------------------------------------------------------------------- /data/masks/13_pointed_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/13_pointed_round.png -------------------------------------------------------------------------------- /data/masks/13_pointed_round_inverted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/13_pointed_round_inverted.png -------------------------------------------------------------------------------- /data/masks/14_pointed_blades.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/14_pointed_blades.png -------------------------------------------------------------------------------- /data/masks/20_pointed_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/20_pointed_polygon.png -------------------------------------------------------------------------------- /data/masks/20_pointed_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/20_pointed_round.png -------------------------------------------------------------------------------- /data/masks/7_pointed_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/7_pointed_round.png -------------------------------------------------------------------------------- /data/masks/7_pointed_round_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/7_pointed_round_star.png -------------------------------------------------------------------------------- /data/masks/7_pointed_star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/7_pointed_star.png -------------------------------------------------------------------------------- /data/masks/8_pointed_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/8_pointed_polygon.png -------------------------------------------------------------------------------- /data/masks/9_pointed_polygon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/9_pointed_polygon.png -------------------------------------------------------------------------------- /data/masks/brush.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/brush.jpg -------------------------------------------------------------------------------- /data/masks/circle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/circle.jpg -------------------------------------------------------------------------------- /data/masks/circle_blur.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/circle_blur.jpg -------------------------------------------------------------------------------- /data/masks/circle_blur_big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/circle_blur_big.jpg -------------------------------------------------------------------------------- /data/masks/circle_dotted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/circle_dotted.jpg -------------------------------------------------------------------------------- /data/masks/cloud.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/cloud.png -------------------------------------------------------------------------------- /data/masks/daisy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/daisy.png -------------------------------------------------------------------------------- /data/masks/gradient_center.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_center.jpg -------------------------------------------------------------------------------- /data/masks/gradient_horizontal_left.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_horizontal_left.jpg -------------------------------------------------------------------------------- /data/masks/gradient_horizontal_middle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_horizontal_middle.jpg -------------------------------------------------------------------------------- /data/masks/gradient_horizontal_right.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_horizontal_right.jpg -------------------------------------------------------------------------------- /data/masks/gradient_vertical_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_vertical_bottom.jpg -------------------------------------------------------------------------------- /data/masks/gradient_vertical_middle.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_vertical_middle.jpg -------------------------------------------------------------------------------- /data/masks/gradient_vertical_top.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/gradient_vertical_top.jpg -------------------------------------------------------------------------------- /data/masks/heart.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/heart.jpg -------------------------------------------------------------------------------- /data/masks/rounded_fade.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/rounded_fade.jpg -------------------------------------------------------------------------------- /data/masks/shield.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/shield.png -------------------------------------------------------------------------------- /data/masks/square_twisted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/square_twisted.png -------------------------------------------------------------------------------- /data/masks/square_twisted_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/square_twisted_round.png -------------------------------------------------------------------------------- /data/masks/star.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/star.png -------------------------------------------------------------------------------- /data/masks/star_pointed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/star_pointed.png -------------------------------------------------------------------------------- /data/masks/star_round.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/star_round.png -------------------------------------------------------------------------------- /data/masks/strokes.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/strokes.jpg -------------------------------------------------------------------------------- /data/masks/torn_edges.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/masks/torn_edges.png -------------------------------------------------------------------------------- /data/perspective/bottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/bottom.png -------------------------------------------------------------------------------- /data/perspective/bottom_stretched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/bottom_stretched.png -------------------------------------------------------------------------------- /data/perspective/corner_bottom_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/corner_bottom_left.png -------------------------------------------------------------------------------- /data/perspective/corner_bottom_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/corner_bottom_right.png -------------------------------------------------------------------------------- /data/perspective/corner_top_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/corner_top_left.png -------------------------------------------------------------------------------- /data/perspective/corner_top_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/corner_top_right.png -------------------------------------------------------------------------------- /data/perspective/jpg.source: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/jpg.source -------------------------------------------------------------------------------- /data/perspective/left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/left.png -------------------------------------------------------------------------------- /data/perspective/left_stretched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/left_stretched.png -------------------------------------------------------------------------------- /data/perspective/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/right.png -------------------------------------------------------------------------------- /data/perspective/right_stretched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/right_stretched.png -------------------------------------------------------------------------------- /data/perspective/top.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/top.png -------------------------------------------------------------------------------- /data/perspective/top_stretched.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/top_stretched.png -------------------------------------------------------------------------------- /data/perspective/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/perspective/user.png -------------------------------------------------------------------------------- /data/user.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/data/user.png -------------------------------------------------------------------------------- /docs/build/html/.buildinfo: -------------------------------------------------------------------------------- 1 | # Sphinx build info version 1 2 | # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. 3 | config: 5cbbb20b6ad2b13417c6cb2af8d0f751 4 | tags: fbb0d17656682115ca4d033fb2f83ba1 5 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.autocontrast.txt: -------------------------------------------------------------------------------- 1 | autocontrast 2 | ************ 3 | 4 | .. automodule:: actions.autocontrast 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.background.txt: -------------------------------------------------------------------------------- 1 | background 2 | ********** 3 | 4 | .. automodule:: actions.background 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.blender.txt: -------------------------------------------------------------------------------- 1 | blender 2 | ******* 3 | 4 | .. automodule:: actions.blender 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.border.txt: -------------------------------------------------------------------------------- 1 | border 2 | ****** 3 | 4 | .. automodule:: actions.border 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.brightness.txt: -------------------------------------------------------------------------------- 1 | brightness 2 | ********** 3 | 4 | .. automodule:: actions.brightness 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.canvas.txt: -------------------------------------------------------------------------------- 1 | canvas 2 | ****** 3 | 4 | .. automodule:: actions.canvas 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.color_to_alpha.txt: -------------------------------------------------------------------------------- 1 | color_to_alpha 2 | ************** 3 | 4 | .. automodule:: actions.color_to_alpha 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.colorize.txt: -------------------------------------------------------------------------------- 1 | colorize 2 | ******** 3 | 4 | .. automodule:: actions.colorize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.common.txt: -------------------------------------------------------------------------------- 1 | common 2 | ****** 3 | 4 | .. automodule:: actions.common 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.contour.txt: -------------------------------------------------------------------------------- 1 | contour 2 | ******* 3 | 4 | .. automodule:: actions.contour 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.contrast.txt: -------------------------------------------------------------------------------- 1 | contrast 2 | ******** 3 | 4 | .. automodule:: actions.contrast 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.convert_mode.txt: -------------------------------------------------------------------------------- 1 | convert_mode 2 | ************ 3 | 4 | .. automodule:: actions.convert_mode 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.copy.txt: -------------------------------------------------------------------------------- 1 | copy 2 | **** 3 | 4 | .. automodule:: actions.copy 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.crop.txt: -------------------------------------------------------------------------------- 1 | crop 2 | **** 3 | 4 | .. automodule:: actions.crop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.delete_tags.txt: -------------------------------------------------------------------------------- 1 | delete_tags 2 | *********** 3 | 4 | .. automodule:: actions.delete_tags 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.desaturate.txt: -------------------------------------------------------------------------------- 1 | desaturate 2 | ********** 3 | 4 | .. automodule:: actions.desaturate 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.effect.txt: -------------------------------------------------------------------------------- 1 | effect 2 | ****** 3 | 4 | .. automodule:: actions.effect 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.equalize.txt: -------------------------------------------------------------------------------- 1 | equalize 2 | ******** 3 | 4 | .. automodule:: actions.equalize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.fit.txt: -------------------------------------------------------------------------------- 1 | fit 2 | *** 3 | 4 | .. automodule:: actions.fit 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.geek.txt: -------------------------------------------------------------------------------- 1 | geek 2 | **** 3 | 4 | .. automodule:: actions.geek 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.geotag.txt: -------------------------------------------------------------------------------- 1 | geotag 2 | ****** 3 | 4 | .. automodule:: actions.geotag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.grid.txt: -------------------------------------------------------------------------------- 1 | grid 2 | **** 3 | 4 | .. automodule:: actions.grid 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.highlight.txt: -------------------------------------------------------------------------------- 1 | highlight 2 | ********* 3 | 4 | .. automodule:: actions.highlight 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.imagemagick.txt: -------------------------------------------------------------------------------- 1 | imagemagick 2 | *********** 3 | 4 | .. automodule:: actions.imagemagick 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.invert.txt: -------------------------------------------------------------------------------- 1 | invert 2 | ****** 3 | 4 | .. automodule:: actions.invert 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.lossless_jpeg.txt: -------------------------------------------------------------------------------- 1 | lossless_jpeg 2 | ************* 3 | 4 | .. automodule:: actions.lossless_jpeg 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.mask.txt: -------------------------------------------------------------------------------- 1 | mask 2 | **** 3 | 4 | .. automodule:: actions.mask 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.maximum.txt: -------------------------------------------------------------------------------- 1 | maximum 2 | ******* 3 | 4 | .. automodule:: actions.maximum 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.median.txt: -------------------------------------------------------------------------------- 1 | median 2 | ****** 3 | 4 | .. automodule:: actions.median 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.minimum.txt: -------------------------------------------------------------------------------- 1 | minimum 2 | ******* 3 | 4 | .. automodule:: actions.minimum 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.mirror.txt: -------------------------------------------------------------------------------- 1 | mirror 2 | ****** 3 | 4 | .. automodule:: actions.mirror 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.offset.txt: -------------------------------------------------------------------------------- 1 | offset 2 | ****** 3 | 4 | .. automodule:: actions.offset 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.perspective.txt: -------------------------------------------------------------------------------- 1 | perspective 2 | *********** 3 | 4 | .. automodule:: actions.perspective 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.posterize.txt: -------------------------------------------------------------------------------- 1 | posterize 2 | ********* 3 | 4 | .. automodule:: actions.posterize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.rank.txt: -------------------------------------------------------------------------------- 1 | rank 2 | **** 3 | 4 | .. automodule:: actions.rank 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.reflection.txt: -------------------------------------------------------------------------------- 1 | reflection 2 | ********** 3 | 4 | .. automodule:: actions.reflection 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.rename.txt: -------------------------------------------------------------------------------- 1 | rename 2 | ****** 3 | 4 | .. automodule:: actions.rename 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.rename_tag.txt: -------------------------------------------------------------------------------- 1 | rename_tag 2 | ********** 3 | 4 | .. automodule:: actions.rename_tag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.rotate.txt: -------------------------------------------------------------------------------- 1 | rotate 2 | ****** 3 | 4 | .. automodule:: actions.rotate 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.round.txt: -------------------------------------------------------------------------------- 1 | round 2 | ***** 3 | 4 | .. automodule:: actions.round 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.saturation.txt: -------------------------------------------------------------------------------- 1 | saturation 2 | ********** 3 | 4 | .. automodule:: actions.saturation 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.save.txt: -------------------------------------------------------------------------------- 1 | save 2 | **** 3 | 4 | .. automodule:: actions.save 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.save_metadata.txt: -------------------------------------------------------------------------------- 1 | save_metadata 2 | ************* 3 | 4 | .. automodule:: actions.save_metadata 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.scale.txt: -------------------------------------------------------------------------------- 1 | scale 2 | ***** 3 | 4 | .. automodule:: actions.scale 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.shadow.txt: -------------------------------------------------------------------------------- 1 | shadow 2 | ****** 3 | 4 | .. automodule:: actions.shadow 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.sketch.txt: -------------------------------------------------------------------------------- 1 | sketch 2 | ****** 3 | 4 | .. automodule:: actions.sketch 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.solarize.txt: -------------------------------------------------------------------------------- 1 | solarize 2 | ******** 3 | 4 | .. automodule:: actions.solarize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.tamogen.txt: -------------------------------------------------------------------------------- 1 | tamogen 2 | ******* 3 | 4 | .. automodule:: actions.tamogen 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.text.txt: -------------------------------------------------------------------------------- 1 | text 2 | **** 3 | 4 | .. automodule:: actions.text 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.time_shift.txt: -------------------------------------------------------------------------------- 1 | time_shift 2 | ********** 3 | 4 | .. automodule:: actions.time_shift 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.transpose.txt: -------------------------------------------------------------------------------- 1 | transpose 2 | ********* 3 | 4 | .. automodule:: actions.transpose 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.warm_up.txt: -------------------------------------------------------------------------------- 1 | warm_up 2 | ******* 3 | 4 | .. automodule:: actions.warm_up 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.watermark.txt: -------------------------------------------------------------------------------- 1 | watermark 2 | ********* 3 | 4 | .. automodule:: actions.watermark 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/actions.write_tag.txt: -------------------------------------------------------------------------------- 1 | write_tag 2 | ********* 3 | 4 | .. automodule:: actions.write_tag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/console.console.txt: -------------------------------------------------------------------------------- 1 | console 2 | ******* 3 | 4 | .. automodule:: console.console 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/console.txt: -------------------------------------------------------------------------------- 1 | console 2 | ******* 3 | 4 | .. automodule:: console 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | console.console 13 | 14 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.api.txt: -------------------------------------------------------------------------------- 1 | api 2 | *** 3 | 4 | .. automodule:: core.api 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.config.txt: -------------------------------------------------------------------------------- 1 | config 2 | ****** 3 | 4 | .. automodule:: core.config 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.ct.txt: -------------------------------------------------------------------------------- 1 | ct 2 | ** 3 | 4 | .. automodule:: core.ct 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.imageTable.txt: -------------------------------------------------------------------------------- 1 | imageTable 2 | ********** 3 | 4 | .. automodule:: core.imageTable 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.information.txt: -------------------------------------------------------------------------------- 1 | information 2 | *********** 3 | 4 | .. automodule:: core.information 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.message.txt: -------------------------------------------------------------------------------- 1 | message 2 | ******* 3 | 4 | .. automodule:: core.message 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.models.txt: -------------------------------------------------------------------------------- 1 | models 2 | ****** 3 | 4 | .. automodule:: core.models 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.pil.txt: -------------------------------------------------------------------------------- 1 | pil 2 | *** 3 | 4 | .. automodule:: core.pil 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.preview.txt: -------------------------------------------------------------------------------- 1 | preview 2 | ******* 3 | 4 | .. automodule:: core.preview 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.regex.txt: -------------------------------------------------------------------------------- 1 | regex 2 | ***** 3 | 4 | .. automodule:: core.regex 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.safeGlobals.txt: -------------------------------------------------------------------------------- 1 | safeGlobals 2 | *********** 3 | 4 | .. automodule:: core.safeGlobals 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.settings.txt: -------------------------------------------------------------------------------- 1 | settings 2 | ******** 3 | 4 | .. automodule:: core.settings 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.translation.txt: -------------------------------------------------------------------------------- 1 | translation 2 | *********** 3 | 4 | .. automodule:: core.translation 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/core.txt: -------------------------------------------------------------------------------- 1 | core 2 | **** 3 | 4 | .. automodule:: core 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | core.api 13 | core.config 14 | core.ct 15 | core.message 16 | core.models 17 | core.pil 18 | core.preview 19 | core.safeGlobals 20 | core.settings 21 | core.translation 22 | 23 | -------------------------------------------------------------------------------- /docs/build/html/_sources/data.info.txt: -------------------------------------------------------------------------------- 1 | info 2 | **** 3 | 4 | .. automodule:: data.info 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/data.license.txt: -------------------------------------------------------------------------------- 1 | license 2 | ******* 3 | 4 | .. automodule:: data.license 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/data.txt: -------------------------------------------------------------------------------- 1 | data 2 | **** 3 | 4 | .. automodule:: data 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | data.info 13 | data.license 14 | data.version 15 | 16 | -------------------------------------------------------------------------------- /docs/build/html/_sources/data.version.txt: -------------------------------------------------------------------------------- 1 | version 2 | ******* 3 | 4 | .. automodule:: data.version 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/index.txt: -------------------------------------------------------------------------------- 1 | .. Phatch documentation master file, created by 2 | sphinx-quickstart on Thu Aug 27 17:12:37 2009. 3 | You can adapt this file completely to your liking, but it should at least 4 | contain the root `toctree` directive. 5 | 6 | Become a Phatch developer! 7 | ========================== 8 | 9 | .. toctree:: 10 | :maxdepth: 1 11 | 12 | bazaar 13 | pep8 14 | lico 15 | testing 16 | release 17 | 18 | Source Code documentation 19 | ========================= 20 | 21 | .. toctree:: 22 | :maxdepth: 1 23 | 24 | actions 25 | console 26 | core 27 | data 28 | lib 29 | linux 30 | other 31 | pyWx 32 | templates 33 | windows 34 | 35 | 36 | Indices and Tables 37 | ================== 38 | 39 | * :ref:`genindex` 40 | * :ref:`modindex` 41 | * :ref:`search` 42 | 43 | -------------------------------------------------------------------------------- /docs/build/html/_sources/index2.txt: -------------------------------------------------------------------------------- 1 | index2 2 | ****** 3 | 4 | .. automodule:: index2 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | actions 13 | console 14 | core 15 | data 16 | lib 17 | linux 18 | other 19 | pyWx 20 | templates 21 | windows 22 | 23 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib._pyexiv2.txt: -------------------------------------------------------------------------------- 1 | _pyexiv2 2 | ******** 3 | 4 | .. automodule:: lib._pyexiv2 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.colors.txt: -------------------------------------------------------------------------------- 1 | colors 2 | ****** 3 | 4 | .. automodule:: lib.colors 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.desktop.txt: -------------------------------------------------------------------------------- 1 | desktop 2 | ******* 3 | 4 | .. automodule:: lib.desktop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.events.txt: -------------------------------------------------------------------------------- 1 | events 2 | ****** 3 | 4 | .. automodule:: lib.events 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.fonts.txt: -------------------------------------------------------------------------------- 1 | fonts 2 | ***** 3 | 4 | .. automodule:: lib.fonts 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.formField.txt: -------------------------------------------------------------------------------- 1 | formField 2 | ********* 3 | 4 | .. automodule:: lib.formField 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.gettextFix.txt: -------------------------------------------------------------------------------- 1 | gettextFix 2 | ********** 3 | 4 | .. automodule:: lib.gettextFix 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.gps.txt: -------------------------------------------------------------------------------- 1 | gps 2 | *** 3 | 4 | .. automodule:: lib.gps 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.imageTable.txt: -------------------------------------------------------------------------------- 1 | imageTable 2 | ********** 3 | 4 | .. automodule:: lib.imageTable 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.imtools.txt: -------------------------------------------------------------------------------- 1 | imtools 2 | ******* 3 | 4 | .. automodule:: lib.imtools 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.linux.desktop.txt: -------------------------------------------------------------------------------- 1 | desktop 2 | ******* 3 | 4 | .. automodule:: lib.linux.desktop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.linux.nautilusExtension.txt: -------------------------------------------------------------------------------- 1 | nautilusExtension 2 | ***************** 3 | 4 | .. automodule:: lib.linux.nautilusExtension 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.linux.txt: -------------------------------------------------------------------------------- 1 | linux 2 | ***** 3 | 4 | .. automodule:: lib.linux 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib.linux.desktop 13 | lib.linux.nautilusExtension 14 | 15 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.listData.txt: -------------------------------------------------------------------------------- 1 | listData 2 | ******** 3 | 4 | .. automodule:: lib.listData 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.metadata.txt: -------------------------------------------------------------------------------- 1 | metadata 2 | ******** 3 | 4 | .. automodule:: lib.metadata 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.metadataTest.txt: -------------------------------------------------------------------------------- 1 | metadataTest 2 | ************ 3 | 4 | .. automodule:: lib.metadataTest 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.notify.txt: -------------------------------------------------------------------------------- 1 | notify 2 | ****** 3 | 4 | .. automodule:: lib.notify 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.odict.txt: -------------------------------------------------------------------------------- 1 | odict 2 | ***** 3 | 4 | .. automodule:: lib.odict 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.openImage.txt: -------------------------------------------------------------------------------- 1 | openImage 2 | ********* 3 | 4 | .. automodule:: lib.openImage 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.about.txt: -------------------------------------------------------------------------------- 1 | about 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.about 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.autoCompleteCtrls.txt: -------------------------------------------------------------------------------- 1 | autoCompleteCtrls 2 | ***************** 3 | 4 | .. automodule:: lib.pyWx.autoCompleteCtrls 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.clipboard.txt: -------------------------------------------------------------------------------- 1 | clipboard 2 | ********* 3 | 4 | .. automodule:: lib.pyWx.clipboard 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.compatible.txt: -------------------------------------------------------------------------------- 1 | compatible 2 | ********** 3 | 4 | .. automodule:: lib.pyWx.compatible 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.dialogsInspector.txt: -------------------------------------------------------------------------------- 1 | dialogsInspector 2 | **************** 3 | 4 | .. automodule:: lib.pyWx.dialogsInspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.droplet.txt: -------------------------------------------------------------------------------- 1 | droplet 2 | ******* 3 | 4 | .. automodule:: lib.pyWx.droplet 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.folderFileBrowser.txt: -------------------------------------------------------------------------------- 1 | folderFileBrowser 2 | ***************** 3 | 4 | .. automodule:: lib.pyWx.folderFileBrowser 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.graphics.txt: -------------------------------------------------------------------------------- 1 | graphics 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.graphics 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.imageFileBrowser.txt: -------------------------------------------------------------------------------- 1 | imageFileBrowser 2 | **************** 3 | 4 | .. automodule:: lib.pyWx.imageFileBrowser 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.imageInspector.txt: -------------------------------------------------------------------------------- 1 | imageInspector 2 | ************** 3 | 4 | .. automodule:: lib.pyWx.imageInspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.inspector.txt: -------------------------------------------------------------------------------- 1 | inspector 2 | ********* 3 | 4 | .. automodule:: lib.pyWx.inspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.inspectorTag.txt: -------------------------------------------------------------------------------- 1 | inspectorTag 2 | ************ 3 | 4 | .. automodule:: lib.pyWx.inspectorTag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.paint.txt: -------------------------------------------------------------------------------- 1 | paint 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.paint 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.popup.txt: -------------------------------------------------------------------------------- 1 | popup 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.popup 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.screenshot.txt: -------------------------------------------------------------------------------- 1 | screenshot 2 | ********** 3 | 4 | .. automodule:: lib.pyWx.screenshot 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.shell.txt: -------------------------------------------------------------------------------- 1 | shell 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.shell 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.tag.txt: -------------------------------------------------------------------------------- 1 | tag 2 | *** 3 | 4 | .. automodule:: lib.pyWx.tag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.treeDragDrop.txt: -------------------------------------------------------------------------------- 1 | treeDragDrop 2 | ************ 3 | 4 | .. automodule:: lib.pyWx.treeDragDrop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.treeEdit.txt: -------------------------------------------------------------------------------- 1 | treeEdit 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.treeEdit 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.txt: -------------------------------------------------------------------------------- 1 | pyWx 2 | **** 3 | 4 | .. automodule:: lib.pyWx 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib.pyWx.about 13 | lib.pyWx.autoCompleteCtrls 14 | lib.pyWx.clipboard 15 | lib.pyWx.compatible 16 | lib.pyWx.dialogsInspector 17 | lib.pyWx.droplet 18 | lib.pyWx.folderFileBrowser 19 | lib.pyWx.graphics 20 | lib.pyWx.imageFileBrowser 21 | lib.pyWx.imageInspector 22 | lib.pyWx.inspector 23 | lib.pyWx.inspectorTag 24 | lib.pyWx.paint 25 | lib.pyWx.popup 26 | lib.pyWx.screenshot 27 | lib.pyWx.shell 28 | lib.pyWx.tag 29 | lib.pyWx.treeDragDrop 30 | lib.pyWx.treeEdit 31 | lib.pyWx.vlist 32 | lib.pyWx.vlistTag 33 | lib.pyWx.wildcard 34 | lib.pyWx.wxPil 35 | lib.pyWx.wxcheck 36 | 37 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.viewer.txt: -------------------------------------------------------------------------------- 1 | viewer 2 | ****** 3 | 4 | .. automodule:: lib.pyWx.viewer 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.vlist.txt: -------------------------------------------------------------------------------- 1 | vlist 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.vlist 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.vlistTag.txt: -------------------------------------------------------------------------------- 1 | vlistTag 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.vlistTag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.wildcard.txt: -------------------------------------------------------------------------------- 1 | wildcard 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.wildcard 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.wxPil.txt: -------------------------------------------------------------------------------- 1 | wxPil 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.wxPil 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.pyWx.wxcheck.txt: -------------------------------------------------------------------------------- 1 | wxcheck 2 | ******* 3 | 4 | .. automodule:: lib.pyWx.wxcheck 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.reverse_translation.txt: -------------------------------------------------------------------------------- 1 | reverse_translation 2 | ******************* 3 | 4 | .. automodule:: lib.reverse_translation 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.safe.txt: -------------------------------------------------------------------------------- 1 | safe 2 | **** 3 | 4 | .. automodule:: lib.safe 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.system.txt: -------------------------------------------------------------------------------- 1 | system 2 | ****** 3 | 4 | .. automodule:: lib.system 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.thumbnail.txt: -------------------------------------------------------------------------------- 1 | thumbnail 2 | ********* 3 | 4 | .. automodule:: lib.thumbnail 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.txt: -------------------------------------------------------------------------------- 1 | lib 2 | *** 3 | 4 | .. automodule:: lib 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib._pyexiv2 13 | lib.colors 14 | lib.desktop 15 | lib.events 16 | lib.fonts 17 | lib.formField 18 | lib.gettextFix 19 | lib.gps 20 | lib.imageTable 21 | lib.imtools 22 | lib.linux 23 | lib.listData 24 | lib.metadata 25 | lib.metadataTest 26 | lib.notify 27 | lib.odict 28 | lib.openImage 29 | lib.pyWx 30 | lib.reverse_translation 31 | lib.safe 32 | lib.system 33 | lib.thumbnail 34 | lib.unicoding 35 | lib.windows 36 | 37 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.unicoding.txt: -------------------------------------------------------------------------------- 1 | unicoding 2 | ********* 3 | 4 | .. automodule:: lib.unicoding 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.windows.locate.txt: -------------------------------------------------------------------------------- 1 | locate 2 | ****** 3 | 4 | .. automodule:: lib.windows.locate 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.windows.register.txt: -------------------------------------------------------------------------------- 1 | register 2 | ******** 3 | 4 | .. automodule:: lib.windows.register 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.windows.shortcut.txt: -------------------------------------------------------------------------------- 1 | shortcut 2 | ******** 3 | 4 | .. automodule:: lib.windows.shortcut 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/lib.windows.txt: -------------------------------------------------------------------------------- 1 | windows 2 | ******* 3 | 4 | .. automodule:: lib.windows 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib.windows.locate 13 | lib.windows.register 14 | lib.windows.shortcut 15 | 16 | -------------------------------------------------------------------------------- /docs/build/html/_sources/linux.droplet.txt: -------------------------------------------------------------------------------- 1 | droplet 2 | ******* 3 | 4 | .. automodule:: linux.droplet 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/linux.thunar.txt: -------------------------------------------------------------------------------- 1 | thunar 2 | ****** 3 | 4 | .. automodule:: linux.thunar 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/linux.txt: -------------------------------------------------------------------------------- 1 | linux 2 | ***** 3 | 4 | .. automodule:: linux 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | linux.droplet 13 | linux.thunar 14 | 15 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.EXIF.txt: -------------------------------------------------------------------------------- 1 | EXIF 2 | **** 3 | 4 | .. automodule:: other.EXIF 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.findsystem.txt: -------------------------------------------------------------------------------- 1 | findsystem 2 | ********** 3 | 4 | .. automodule:: other.findsystem 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pep8.txt: -------------------------------------------------------------------------------- 1 | pep8 2 | **** 3 | 4 | .. automodule:: other.pep8 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pil_1_1_6.JpegImagePlugin.txt: -------------------------------------------------------------------------------- 1 | JpegImagePlugin 2 | *************** 3 | 4 | .. automodule:: other.pil_1_1_6.JpegImagePlugin 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pil_1_1_6.TiffImagePlugin.txt: -------------------------------------------------------------------------------- 1 | TiffImagePlugin 2 | *************** 3 | 4 | .. automodule:: other.pil_1_1_6.TiffImagePlugin 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pil_1_1_6.txt: -------------------------------------------------------------------------------- 1 | pil_1_1_6 2 | ********* 3 | 4 | .. automodule:: other.pil_1_1_6 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | other.pil_1_1_6.JpegImagePlugin 13 | other.pil_1_1_6.TiffImagePlugin 14 | 15 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pubsub.txt: -------------------------------------------------------------------------------- 1 | pubsub 2 | ****** 3 | 4 | .. automodule:: other.pubsub 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pyWx.TextCtrlAutoComplete.txt: -------------------------------------------------------------------------------- 1 | TextCtrlAutoComplete 2 | ******************** 3 | 4 | .. automodule:: other.pyWx.TextCtrlAutoComplete 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pyWx.img2img.txt: -------------------------------------------------------------------------------- 1 | img2img 2 | ******* 3 | 4 | .. automodule:: other.pyWx.img2img 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pyWx.img2py.txt: -------------------------------------------------------------------------------- 1 | img2py 2 | ****** 3 | 4 | .. automodule:: other.pyWx.img2py 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pyWx.toasterbox.txt: -------------------------------------------------------------------------------- 1 | toasterbox 2 | ********** 3 | 4 | .. automodule:: other.pyWx.toasterbox 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.pyWx.txt: -------------------------------------------------------------------------------- 1 | pyWx 2 | **** 3 | 4 | .. automodule:: other.pyWx 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | other.pyWx.TextCtrlAutoComplete 13 | other.pyWx.img2img 14 | other.pyWx.img2py 15 | other.pyWx.toasterbox 16 | 17 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.relativedelta.txt: -------------------------------------------------------------------------------- 1 | relativedelta 2 | ************* 3 | 4 | .. automodule:: other.relativedelta 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.surd.txt: -------------------------------------------------------------------------------- 1 | surd 2 | **** 3 | 4 | .. automodule:: other.surd 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.tamogen.txt: -------------------------------------------------------------------------------- 1 | tamogen 2 | ******* 3 | 4 | .. automodule:: other.tamogen 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/other.txt: -------------------------------------------------------------------------------- 1 | other 2 | ***** 3 | 4 | .. automodule:: other 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | other.EXIF 13 | other.findsystem 14 | other.pep8 15 | other.pil_1_1_6 16 | other.pubsub 17 | other.pyWx 18 | other.relativedelta 19 | other.surd 20 | other.tamogen 21 | 22 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pep8.txt: -------------------------------------------------------------------------------- 1 | Code Style: PEP8 2 | **************** 3 | 4 | http://www.python.org/dev/peps/pep-0008/ 5 | 6 | Any code submitted to Phatch **must** follow the PEP8 code style, which is used in the standard library of the main Python distribution. 7 | 8 | You can test if your code follows PEP8 by running the following script in the ``tests`` folder:: 9 | 10 | python pep8_test.py 11 | 12 | As you should have installed the bazaar precommit hook for Phatch, this test will also be enforced before you are able to commit to your branch. 13 | 14 | .. warning:: 15 | 16 | If you use Windows make sure that you save your code with ``\n`` line endings. Code with ``\r\n`` line endings will be refused. 17 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.dialogs.txt: -------------------------------------------------------------------------------- 1 | dialogs 2 | ******* 3 | 4 | .. automodule:: pyWx.dialogs 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.gui.txt: -------------------------------------------------------------------------------- 1 | gui 2 | *** 3 | 4 | .. automodule:: pyWx.gui 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.imageInspector.txt: -------------------------------------------------------------------------------- 1 | imageInspector 2 | ************** 3 | 4 | .. automodule:: pyWx.imageInspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.images.txt: -------------------------------------------------------------------------------- 1 | images 2 | ****** 3 | 4 | .. automodule:: pyWx.images 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.nuovext.txt: -------------------------------------------------------------------------------- 1 | nuovext 2 | ******* 3 | 4 | .. automodule:: pyWx.nuovext 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.plugin.txt: -------------------------------------------------------------------------------- 1 | plugin 2 | ****** 3 | 4 | .. automodule:: pyWx.plugin 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.txt: -------------------------------------------------------------------------------- 1 | pyWx 2 | **** 3 | 4 | .. automodule:: pyWx 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | pyWx.dialogs 13 | pyWx.gui 14 | pyWx.images 15 | pyWx.nuovext 16 | pyWx.plugin 17 | pyWx.wxGlade 18 | 19 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.wxGlade.dialogs.txt: -------------------------------------------------------------------------------- 1 | dialogs 2 | ******* 3 | 4 | .. automodule:: pyWx.wxGlade.dialogs 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.wxGlade.dialogsInspector.txt: -------------------------------------------------------------------------------- 1 | dialogsInspector 2 | **************** 3 | 4 | .. automodule:: pyWx.wxGlade.dialogsInspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.wxGlade.frame.txt: -------------------------------------------------------------------------------- 1 | frame 2 | ***** 3 | 4 | .. automodule:: pyWx.wxGlade.frame 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/pyWx.wxGlade.txt: -------------------------------------------------------------------------------- 1 | wxGlade 2 | ******* 3 | 4 | .. automodule:: pyWx.wxGlade 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | pyWx.wxGlade.dialogs 13 | pyWx.wxGlade.frame 14 | 15 | -------------------------------------------------------------------------------- /docs/build/html/_sources/templates.action.txt: -------------------------------------------------------------------------------- 1 | action 2 | ****** 3 | 4 | .. automodule:: templates.action 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/templates.txt: -------------------------------------------------------------------------------- 1 | templates 2 | ********* 3 | 4 | .. automodule:: templates 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | templates.action 13 | 14 | -------------------------------------------------------------------------------- /docs/build/html/_sources/windows.droplet.txt: -------------------------------------------------------------------------------- 1 | droplet 2 | ******* 3 | 4 | .. automodule:: windows.droplet 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/build/html/_sources/windows.txt: -------------------------------------------------------------------------------- 1 | windows 2 | ******* 3 | 4 | .. automodule:: windows 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | windows.droplet 13 | 14 | -------------------------------------------------------------------------------- /docs/build/html/_static/file.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/docs/build/html/_static/file.png -------------------------------------------------------------------------------- /docs/build/html/_static/minus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/docs/build/html/_static/minus.png -------------------------------------------------------------------------------- /docs/build/html/_static/plus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/docs/build/html/_static/plus.png -------------------------------------------------------------------------------- /docs/source/actions.autocontrast.rst: -------------------------------------------------------------------------------- 1 | autocontrast 2 | ************ 3 | 4 | .. automodule:: actions.autocontrast 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.background.rst: -------------------------------------------------------------------------------- 1 | background 2 | ********** 3 | 4 | .. automodule:: actions.background 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.blender.rst: -------------------------------------------------------------------------------- 1 | blender 2 | ******* 3 | 4 | .. automodule:: actions.blender 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.border.rst: -------------------------------------------------------------------------------- 1 | border 2 | ****** 3 | 4 | .. automodule:: actions.border 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.brightness.rst: -------------------------------------------------------------------------------- 1 | brightness 2 | ********** 3 | 4 | .. automodule:: actions.brightness 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.canvas.rst: -------------------------------------------------------------------------------- 1 | canvas 2 | ****** 3 | 4 | .. automodule:: actions.canvas 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.color_to_alpha.rst: -------------------------------------------------------------------------------- 1 | color_to_alpha 2 | ************** 3 | 4 | .. automodule:: actions.color_to_alpha 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.colorize.rst: -------------------------------------------------------------------------------- 1 | colorize 2 | ******** 3 | 4 | .. automodule:: actions.colorize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.common.rst: -------------------------------------------------------------------------------- 1 | common 2 | ****** 3 | 4 | .. automodule:: actions.common 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.contour.rst: -------------------------------------------------------------------------------- 1 | contour 2 | ******* 3 | 4 | .. automodule:: actions.contour 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.contrast.rst: -------------------------------------------------------------------------------- 1 | contrast 2 | ******** 3 | 4 | .. automodule:: actions.contrast 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.convert_mode.rst: -------------------------------------------------------------------------------- 1 | convert_mode 2 | ************ 3 | 4 | .. automodule:: actions.convert_mode 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.copy.rst: -------------------------------------------------------------------------------- 1 | copy 2 | **** 3 | 4 | .. automodule:: actions.copy 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.crop.rst: -------------------------------------------------------------------------------- 1 | crop 2 | **** 3 | 4 | .. automodule:: actions.crop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.delete_tags.rst: -------------------------------------------------------------------------------- 1 | delete_tags 2 | *********** 3 | 4 | .. automodule:: actions.delete_tags 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.desaturate.rst: -------------------------------------------------------------------------------- 1 | desaturate 2 | ********** 3 | 4 | .. automodule:: actions.desaturate 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.effect.rst: -------------------------------------------------------------------------------- 1 | effect 2 | ****** 3 | 4 | .. automodule:: actions.effect 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.equalize.rst: -------------------------------------------------------------------------------- 1 | equalize 2 | ******** 3 | 4 | .. automodule:: actions.equalize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.fit.rst: -------------------------------------------------------------------------------- 1 | fit 2 | *** 3 | 4 | .. automodule:: actions.fit 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.geek.rst: -------------------------------------------------------------------------------- 1 | geek 2 | **** 3 | 4 | .. automodule:: actions.geek 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.geotag.rst: -------------------------------------------------------------------------------- 1 | geotag 2 | ****** 3 | 4 | .. automodule:: actions.geotag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.grid.rst: -------------------------------------------------------------------------------- 1 | grid 2 | **** 3 | 4 | .. automodule:: actions.grid 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.highlight.rst: -------------------------------------------------------------------------------- 1 | highlight 2 | ********* 3 | 4 | .. automodule:: actions.highlight 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.imagemagick.rst: -------------------------------------------------------------------------------- 1 | imagemagick 2 | *********** 3 | 4 | .. automodule:: actions.imagemagick 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.invert.rst: -------------------------------------------------------------------------------- 1 | invert 2 | ****** 3 | 4 | .. automodule:: actions.invert 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.lossless_jpeg.rst: -------------------------------------------------------------------------------- 1 | lossless_jpeg 2 | ************* 3 | 4 | .. automodule:: actions.lossless_jpeg 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.mask.rst: -------------------------------------------------------------------------------- 1 | mask 2 | **** 3 | 4 | .. automodule:: actions.mask 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.maximum.rst: -------------------------------------------------------------------------------- 1 | maximum 2 | ******* 3 | 4 | .. automodule:: actions.maximum 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.median.rst: -------------------------------------------------------------------------------- 1 | median 2 | ****** 3 | 4 | .. automodule:: actions.median 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.minimum.rst: -------------------------------------------------------------------------------- 1 | minimum 2 | ******* 3 | 4 | .. automodule:: actions.minimum 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.mirror.rst: -------------------------------------------------------------------------------- 1 | mirror 2 | ****** 3 | 4 | .. automodule:: actions.mirror 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.offset.rst: -------------------------------------------------------------------------------- 1 | offset 2 | ****** 3 | 4 | .. automodule:: actions.offset 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.perspective.rst: -------------------------------------------------------------------------------- 1 | perspective 2 | *********** 3 | 4 | .. automodule:: actions.perspective 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.posterize.rst: -------------------------------------------------------------------------------- 1 | posterize 2 | ********* 3 | 4 | .. automodule:: actions.posterize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.rank.rst: -------------------------------------------------------------------------------- 1 | rank 2 | **** 3 | 4 | .. automodule:: actions.rank 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.reflection.rst: -------------------------------------------------------------------------------- 1 | reflection 2 | ********** 3 | 4 | .. automodule:: actions.reflection 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.rename.rst: -------------------------------------------------------------------------------- 1 | rename 2 | ****** 3 | 4 | .. automodule:: actions.rename 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.rename_tag.rst: -------------------------------------------------------------------------------- 1 | rename_tag 2 | ********** 3 | 4 | .. automodule:: actions.rename_tag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.rotate.rst: -------------------------------------------------------------------------------- 1 | rotate 2 | ****** 3 | 4 | .. automodule:: actions.rotate 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.round.rst: -------------------------------------------------------------------------------- 1 | round 2 | ***** 3 | 4 | .. automodule:: actions.round 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.saturation.rst: -------------------------------------------------------------------------------- 1 | saturation 2 | ********** 3 | 4 | .. automodule:: actions.saturation 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.save.rst: -------------------------------------------------------------------------------- 1 | save 2 | **** 3 | 4 | .. automodule:: actions.save 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.save_metadata.rst: -------------------------------------------------------------------------------- 1 | save_metadata 2 | ************* 3 | 4 | .. automodule:: actions.save_metadata 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.scale.rst: -------------------------------------------------------------------------------- 1 | scale 2 | ***** 3 | 4 | .. automodule:: actions.scale 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.shadow.rst: -------------------------------------------------------------------------------- 1 | shadow 2 | ****** 3 | 4 | .. automodule:: actions.shadow 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.sketch.rst: -------------------------------------------------------------------------------- 1 | sketch 2 | ****** 3 | 4 | .. automodule:: actions.sketch 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.solarize.rst: -------------------------------------------------------------------------------- 1 | solarize 2 | ******** 3 | 4 | .. automodule:: actions.solarize 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.tamogen.rst: -------------------------------------------------------------------------------- 1 | tamogen 2 | ******* 3 | 4 | .. automodule:: actions.tamogen 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.text.rst: -------------------------------------------------------------------------------- 1 | text 2 | **** 3 | 4 | .. automodule:: actions.text 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.time_shift.rst: -------------------------------------------------------------------------------- 1 | time_shift 2 | ********** 3 | 4 | .. automodule:: actions.time_shift 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.transpose.rst: -------------------------------------------------------------------------------- 1 | transpose 2 | ********* 3 | 4 | .. automodule:: actions.transpose 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.warm_up.rst: -------------------------------------------------------------------------------- 1 | warm_up 2 | ******* 3 | 4 | .. automodule:: actions.warm_up 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.watermark.rst: -------------------------------------------------------------------------------- 1 | watermark 2 | ********* 3 | 4 | .. automodule:: actions.watermark 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/actions.write_tag.rst: -------------------------------------------------------------------------------- 1 | write_tag 2 | ********* 3 | 4 | .. automodule:: actions.write_tag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/console.console.rst: -------------------------------------------------------------------------------- 1 | console 2 | ******* 3 | 4 | .. automodule:: console.console 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/console.rst: -------------------------------------------------------------------------------- 1 | console 2 | ******* 3 | 4 | .. automodule:: console 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | console.console 13 | 14 | -------------------------------------------------------------------------------- /docs/source/core.api.rst: -------------------------------------------------------------------------------- 1 | api 2 | *** 3 | 4 | .. automodule:: core.api 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.config.rst: -------------------------------------------------------------------------------- 1 | config 2 | ****** 3 | 4 | .. automodule:: core.config 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.ct.rst: -------------------------------------------------------------------------------- 1 | ct 2 | ** 3 | 4 | .. automodule:: core.ct 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.message.rst: -------------------------------------------------------------------------------- 1 | message 2 | ******* 3 | 4 | .. automodule:: core.message 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.models.rst: -------------------------------------------------------------------------------- 1 | models 2 | ****** 3 | 4 | .. automodule:: core.models 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.pil.rst: -------------------------------------------------------------------------------- 1 | pil 2 | *** 3 | 4 | .. automodule:: core.pil 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.preview.rst: -------------------------------------------------------------------------------- 1 | preview 2 | ******* 3 | 4 | .. automodule:: core.preview 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.rst: -------------------------------------------------------------------------------- 1 | core 2 | **** 3 | 4 | .. automodule:: core 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | core.api 13 | core.config 14 | core.ct 15 | core.message 16 | core.models 17 | core.pil 18 | core.preview 19 | core.safeGlobals 20 | core.settings 21 | core.translation 22 | 23 | -------------------------------------------------------------------------------- /docs/source/core.safeGlobals.rst: -------------------------------------------------------------------------------- 1 | safeGlobals 2 | *********** 3 | 4 | .. automodule:: core.safeGlobals 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.settings.rst: -------------------------------------------------------------------------------- 1 | settings 2 | ******** 3 | 4 | .. automodule:: core.settings 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/core.translation.rst: -------------------------------------------------------------------------------- 1 | translation 2 | *********** 3 | 4 | .. automodule:: core.translation 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/data.info.rst: -------------------------------------------------------------------------------- 1 | info 2 | **** 3 | 4 | .. automodule:: data.info 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/data.license.rst: -------------------------------------------------------------------------------- 1 | license 2 | ******* 3 | 4 | .. automodule:: data.license 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/data.rst: -------------------------------------------------------------------------------- 1 | data 2 | **** 3 | 4 | .. automodule:: data 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | data.info 13 | data.license 14 | data.version 15 | 16 | -------------------------------------------------------------------------------- /docs/source/data.version.rst: -------------------------------------------------------------------------------- 1 | version 2 | ******* 3 | 4 | .. automodule:: data.version 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/index.rst: -------------------------------------------------------------------------------- 1 | .. Phatch documentation master file, created by 2 | sphinx-quickstart on Thu Aug 27 17:12:37 2009. 3 | You can adapt this file completely to your liking, but it should at least 4 | contain the root `toctree` directive. 5 | 6 | Become a Phatch developer! 7 | ========================== 8 | 9 | .. toctree:: 10 | :maxdepth: 1 11 | 12 | bazaar 13 | pep8 14 | lico 15 | testing 16 | release 17 | 18 | Source Code documentation 19 | ========================= 20 | 21 | .. toctree:: 22 | :maxdepth: 1 23 | 24 | actions 25 | console 26 | core 27 | data 28 | lib 29 | linux 30 | other 31 | pyWx 32 | templates 33 | windows 34 | 35 | 36 | Indices and Tables 37 | ================== 38 | 39 | * :ref:`genindex` 40 | * :ref:`modindex` 41 | * :ref:`search` 42 | 43 | -------------------------------------------------------------------------------- /docs/source/index2.rst: -------------------------------------------------------------------------------- 1 | index2 2 | ****** 3 | 4 | .. automodule:: index2 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | actions 13 | console 14 | core 15 | data 16 | lib 17 | linux 18 | other 19 | pyWx 20 | templates 21 | windows 22 | 23 | -------------------------------------------------------------------------------- /docs/source/lib._pyexiv2.rst: -------------------------------------------------------------------------------- 1 | _pyexiv2 2 | ******** 3 | 4 | .. automodule:: lib._pyexiv2 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.colors.rst: -------------------------------------------------------------------------------- 1 | colors 2 | ****** 3 | 4 | .. automodule:: lib.colors 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.desktop.rst: -------------------------------------------------------------------------------- 1 | desktop 2 | ******* 3 | 4 | .. automodule:: lib.desktop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.events.rst: -------------------------------------------------------------------------------- 1 | events 2 | ****** 3 | 4 | .. automodule:: lib.events 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.fonts.rst: -------------------------------------------------------------------------------- 1 | fonts 2 | ***** 3 | 4 | .. automodule:: lib.fonts 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.formField.rst: -------------------------------------------------------------------------------- 1 | formField 2 | ********* 3 | 4 | .. automodule:: lib.formField 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.gettextFix.rst: -------------------------------------------------------------------------------- 1 | gettextFix 2 | ********** 3 | 4 | .. automodule:: lib.gettextFix 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.gps.rst: -------------------------------------------------------------------------------- 1 | gps 2 | *** 3 | 4 | .. automodule:: lib.gps 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.imageTable.rst: -------------------------------------------------------------------------------- 1 | imageTable 2 | ********** 3 | 4 | .. automodule:: lib.imageTable 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.imtools.rst: -------------------------------------------------------------------------------- 1 | imtools 2 | ******* 3 | 4 | .. automodule:: lib.imtools 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.linux.desktop.rst: -------------------------------------------------------------------------------- 1 | desktop 2 | ******* 3 | 4 | .. automodule:: lib.linux.desktop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.linux.nautilusExtension.rst: -------------------------------------------------------------------------------- 1 | nautilusExtension 2 | ***************** 3 | 4 | .. automodule:: lib.linux.nautilusExtension 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.linux.rst: -------------------------------------------------------------------------------- 1 | linux 2 | ***** 3 | 4 | .. automodule:: lib.linux 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib.linux.desktop 13 | lib.linux.nautilusExtension 14 | 15 | -------------------------------------------------------------------------------- /docs/source/lib.listData.rst: -------------------------------------------------------------------------------- 1 | listData 2 | ******** 3 | 4 | .. automodule:: lib.listData 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.metadata.rst: -------------------------------------------------------------------------------- 1 | metadata 2 | ******** 3 | 4 | .. automodule:: lib.metadata 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.metadataTest.rst: -------------------------------------------------------------------------------- 1 | metadataTest 2 | ************ 3 | 4 | .. automodule:: lib.metadataTest 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.notify.rst: -------------------------------------------------------------------------------- 1 | notify 2 | ****** 3 | 4 | .. automodule:: lib.notify 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.odict.rst: -------------------------------------------------------------------------------- 1 | odict 2 | ***** 3 | 4 | .. automodule:: lib.odict 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.openImage.rst: -------------------------------------------------------------------------------- 1 | openImage 2 | ********* 3 | 4 | .. automodule:: lib.openImage 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.about.rst: -------------------------------------------------------------------------------- 1 | about 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.about 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.autoCompleteCtrls.rst: -------------------------------------------------------------------------------- 1 | autoCompleteCtrls 2 | ***************** 3 | 4 | .. automodule:: lib.pyWx.autoCompleteCtrls 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.clipboard.rst: -------------------------------------------------------------------------------- 1 | clipboard 2 | ********* 3 | 4 | .. automodule:: lib.pyWx.clipboard 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.compatible.rst: -------------------------------------------------------------------------------- 1 | compatible 2 | ********** 3 | 4 | .. automodule:: lib.pyWx.compatible 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.dialogsInspector.rst: -------------------------------------------------------------------------------- 1 | dialogsInspector 2 | **************** 3 | 4 | .. automodule:: lib.pyWx.dialogsInspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.droplet.rst: -------------------------------------------------------------------------------- 1 | droplet 2 | ******* 3 | 4 | .. automodule:: lib.pyWx.droplet 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.folderFileBrowser.rst: -------------------------------------------------------------------------------- 1 | folderFileBrowser 2 | ***************** 3 | 4 | .. automodule:: lib.pyWx.folderFileBrowser 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.graphics.rst: -------------------------------------------------------------------------------- 1 | graphics 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.graphics 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.imageFileBrowser.rst: -------------------------------------------------------------------------------- 1 | imageFileBrowser 2 | **************** 3 | 4 | .. automodule:: lib.pyWx.imageFileBrowser 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.imageInspector.rst: -------------------------------------------------------------------------------- 1 | imageInspector 2 | ************** 3 | 4 | .. automodule:: lib.pyWx.imageInspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.inspector.rst: -------------------------------------------------------------------------------- 1 | inspector 2 | ********* 3 | 4 | .. automodule:: lib.pyWx.inspector 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.inspectorTag.rst: -------------------------------------------------------------------------------- 1 | inspectorTag 2 | ************ 3 | 4 | .. automodule:: lib.pyWx.inspectorTag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.paint.rst: -------------------------------------------------------------------------------- 1 | paint 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.paint 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.popup.rst: -------------------------------------------------------------------------------- 1 | popup 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.popup 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.rst: -------------------------------------------------------------------------------- 1 | pyWx 2 | **** 3 | 4 | .. automodule:: lib.pyWx 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib.pyWx.about 13 | lib.pyWx.autoCompleteCtrls 14 | lib.pyWx.clipboard 15 | lib.pyWx.compatible 16 | lib.pyWx.dialogsInspector 17 | lib.pyWx.droplet 18 | lib.pyWx.folderFileBrowser 19 | lib.pyWx.graphics 20 | lib.pyWx.imageFileBrowser 21 | lib.pyWx.imageInspector 22 | lib.pyWx.inspector 23 | lib.pyWx.inspectorTag 24 | lib.pyWx.paint 25 | lib.pyWx.popup 26 | lib.pyWx.screenshot 27 | lib.pyWx.shell 28 | lib.pyWx.tag 29 | lib.pyWx.treeDragDrop 30 | lib.pyWx.treeEdit 31 | lib.pyWx.vlist 32 | lib.pyWx.vlistTag 33 | lib.pyWx.wildcard 34 | lib.pyWx.wxPil 35 | lib.pyWx.wxcheck 36 | 37 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.screenshot.rst: -------------------------------------------------------------------------------- 1 | screenshot 2 | ********** 3 | 4 | .. automodule:: lib.pyWx.screenshot 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.shell.rst: -------------------------------------------------------------------------------- 1 | shell 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.shell 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.tag.rst: -------------------------------------------------------------------------------- 1 | tag 2 | *** 3 | 4 | .. automodule:: lib.pyWx.tag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.treeDragDrop.rst: -------------------------------------------------------------------------------- 1 | treeDragDrop 2 | ************ 3 | 4 | .. automodule:: lib.pyWx.treeDragDrop 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.treeEdit.rst: -------------------------------------------------------------------------------- 1 | treeEdit 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.treeEdit 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.vlist.rst: -------------------------------------------------------------------------------- 1 | vlist 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.vlist 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.vlistTag.rst: -------------------------------------------------------------------------------- 1 | vlistTag 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.vlistTag 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.wildcard.rst: -------------------------------------------------------------------------------- 1 | wildcard 2 | ******** 3 | 4 | .. automodule:: lib.pyWx.wildcard 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.wxPil.rst: -------------------------------------------------------------------------------- 1 | wxPil 2 | ***** 3 | 4 | .. automodule:: lib.pyWx.wxPil 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.pyWx.wxcheck.rst: -------------------------------------------------------------------------------- 1 | wxcheck 2 | ******* 3 | 4 | .. automodule:: lib.pyWx.wxcheck 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.reverse_translation.rst: -------------------------------------------------------------------------------- 1 | reverse_translation 2 | ******************* 3 | 4 | .. automodule:: lib.reverse_translation 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.rst: -------------------------------------------------------------------------------- 1 | lib 2 | *** 3 | 4 | .. automodule:: lib 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib._pyexiv2 13 | lib.colors 14 | lib.desktop 15 | lib.events 16 | lib.fonts 17 | lib.formField 18 | lib.gettextFix 19 | lib.gps 20 | lib.imageTable 21 | lib.imtools 22 | lib.linux 23 | lib.listData 24 | lib.metadata 25 | lib.metadataTest 26 | lib.notify 27 | lib.odict 28 | lib.openImage 29 | lib.pyWx 30 | lib.reverse_translation 31 | lib.safe 32 | lib.system 33 | lib.thumbnail 34 | lib.unicoding 35 | lib.windows 36 | 37 | -------------------------------------------------------------------------------- /docs/source/lib.safe.rst: -------------------------------------------------------------------------------- 1 | safe 2 | **** 3 | 4 | .. automodule:: lib.safe 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.system.rst: -------------------------------------------------------------------------------- 1 | system 2 | ****** 3 | 4 | .. automodule:: lib.system 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.thumbnail.rst: -------------------------------------------------------------------------------- 1 | thumbnail 2 | ********* 3 | 4 | .. automodule:: lib.thumbnail 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.unicoding.rst: -------------------------------------------------------------------------------- 1 | unicoding 2 | ********* 3 | 4 | .. automodule:: lib.unicoding 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.windows.locate.rst: -------------------------------------------------------------------------------- 1 | locate 2 | ****** 3 | 4 | .. automodule:: lib.windows.locate 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.windows.register.rst: -------------------------------------------------------------------------------- 1 | register 2 | ******** 3 | 4 | .. automodule:: lib.windows.register 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/lib.windows.rst: -------------------------------------------------------------------------------- 1 | windows 2 | ******* 3 | 4 | .. automodule:: lib.windows 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | lib.windows.locate 13 | lib.windows.register 14 | lib.windows.shortcut 15 | 16 | -------------------------------------------------------------------------------- /docs/source/lib.windows.shortcut.rst: -------------------------------------------------------------------------------- 1 | shortcut 2 | ******** 3 | 4 | .. automodule:: lib.windows.shortcut 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/linux.droplet.rst: -------------------------------------------------------------------------------- 1 | droplet 2 | ******* 3 | 4 | .. automodule:: linux.droplet 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/linux.rst: -------------------------------------------------------------------------------- 1 | linux 2 | ***** 3 | 4 | .. automodule:: linux 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | linux.droplet 13 | linux.thunar 14 | 15 | -------------------------------------------------------------------------------- /docs/source/linux.thunar.rst: -------------------------------------------------------------------------------- 1 | thunar 2 | ****** 3 | 4 | .. automodule:: linux.thunar 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.EXIF.rst: -------------------------------------------------------------------------------- 1 | EXIF 2 | **** 3 | 4 | .. automodule:: other.EXIF 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.findsystem.rst: -------------------------------------------------------------------------------- 1 | findsystem 2 | ********** 3 | 4 | .. automodule:: other.findsystem 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pep8.rst: -------------------------------------------------------------------------------- 1 | pep8 2 | **** 3 | 4 | .. automodule:: other.pep8 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pil_1_1_6.JpegImagePlugin.rst: -------------------------------------------------------------------------------- 1 | JpegImagePlugin 2 | *************** 3 | 4 | .. automodule:: other.pil_1_1_6.JpegImagePlugin 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pil_1_1_6.TiffImagePlugin.rst: -------------------------------------------------------------------------------- 1 | TiffImagePlugin 2 | *************** 3 | 4 | .. automodule:: other.pil_1_1_6.TiffImagePlugin 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pil_1_1_6.rst: -------------------------------------------------------------------------------- 1 | pil_1_1_6 2 | ********* 3 | 4 | .. automodule:: other.pil_1_1_6 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | other.pil_1_1_6.JpegImagePlugin 13 | other.pil_1_1_6.TiffImagePlugin 14 | 15 | -------------------------------------------------------------------------------- /docs/source/other.pubsub.rst: -------------------------------------------------------------------------------- 1 | pubsub 2 | ****** 3 | 4 | .. automodule:: other.pubsub 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pyWx.TextCtrlAutoComplete.rst: -------------------------------------------------------------------------------- 1 | TextCtrlAutoComplete 2 | ******************** 3 | 4 | .. automodule:: other.pyWx.TextCtrlAutoComplete 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pyWx.img2img.rst: -------------------------------------------------------------------------------- 1 | img2img 2 | ******* 3 | 4 | .. automodule:: other.pyWx.img2img 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pyWx.img2py.rst: -------------------------------------------------------------------------------- 1 | img2py 2 | ****** 3 | 4 | .. automodule:: other.pyWx.img2py 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.pyWx.rst: -------------------------------------------------------------------------------- 1 | pyWx 2 | **** 3 | 4 | .. automodule:: other.pyWx 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | other.pyWx.TextCtrlAutoComplete 13 | other.pyWx.img2img 14 | other.pyWx.img2py 15 | other.pyWx.toasterbox 16 | 17 | -------------------------------------------------------------------------------- /docs/source/other.pyWx.toasterbox.rst: -------------------------------------------------------------------------------- 1 | toasterbox 2 | ********** 3 | 4 | .. automodule:: other.pyWx.toasterbox 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.relativedelta.rst: -------------------------------------------------------------------------------- 1 | relativedelta 2 | ************* 3 | 4 | .. automodule:: other.relativedelta 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.rst: -------------------------------------------------------------------------------- 1 | other 2 | ***** 3 | 4 | .. automodule:: other 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | other.EXIF 13 | other.findsystem 14 | other.pep8 15 | other.pil_1_1_6 16 | other.pubsub 17 | other.pyWx 18 | other.relativedelta 19 | other.surd 20 | other.tamogen 21 | 22 | -------------------------------------------------------------------------------- /docs/source/other.surd.rst: -------------------------------------------------------------------------------- 1 | surd 2 | **** 3 | 4 | .. automodule:: other.surd 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/other.tamogen.rst: -------------------------------------------------------------------------------- 1 | tamogen 2 | ******* 3 | 4 | .. automodule:: other.tamogen 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pep8.rst: -------------------------------------------------------------------------------- 1 | Code Style: PEP8 2 | **************** 3 | 4 | http://www.python.org/dev/peps/pep-0008/ 5 | 6 | Any code submitted to Phatch **must** follow the PEP8 code style, which is used in the standard library of the main Python distribution. 7 | 8 | You can test if your code follows PEP8 by running the following script in the ``tests`` folder:: 9 | 10 | python pep8_test.py 11 | 12 | As you should have installed the bazaar precommit hook for Phatch, this test will also be enforced before you are able to commit to your branch. 13 | 14 | .. warning:: 15 | 16 | If you use Windows make sure that you save your code with ``\n`` line endings. Code with ``\r\n`` line endings will be refused. 17 | -------------------------------------------------------------------------------- /docs/source/pyWx.dialogs.rst: -------------------------------------------------------------------------------- 1 | dialogs 2 | ******* 3 | 4 | .. automodule:: pyWx.dialogs 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.gui.rst: -------------------------------------------------------------------------------- 1 | gui 2 | *** 3 | 4 | .. automodule:: pyWx.gui 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.images.rst: -------------------------------------------------------------------------------- 1 | images 2 | ****** 3 | 4 | .. automodule:: pyWx.images 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.nuovext.rst: -------------------------------------------------------------------------------- 1 | nuovext 2 | ******* 3 | 4 | .. automodule:: pyWx.nuovext 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.plugin.rst: -------------------------------------------------------------------------------- 1 | plugin 2 | ****** 3 | 4 | .. automodule:: pyWx.plugin 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.rst: -------------------------------------------------------------------------------- 1 | pyWx 2 | **** 3 | 4 | .. automodule:: pyWx 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | pyWx.dialogs 13 | pyWx.gui 14 | pyWx.images 15 | pyWx.nuovext 16 | pyWx.plugin 17 | pyWx.wxGlade 18 | 19 | -------------------------------------------------------------------------------- /docs/source/pyWx.wxGlade.dialogs.rst: -------------------------------------------------------------------------------- 1 | dialogs 2 | ******* 3 | 4 | .. automodule:: pyWx.wxGlade.dialogs 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.wxGlade.frame.rst: -------------------------------------------------------------------------------- 1 | frame 2 | ***** 3 | 4 | .. automodule:: pyWx.wxGlade.frame 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/pyWx.wxGlade.rst: -------------------------------------------------------------------------------- 1 | wxGlade 2 | ******* 3 | 4 | .. automodule:: pyWx.wxGlade 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | pyWx.wxGlade.dialogs 13 | pyWx.wxGlade.frame 14 | 15 | -------------------------------------------------------------------------------- /docs/source/templates.action.rst: -------------------------------------------------------------------------------- 1 | action 2 | ****** 3 | 4 | .. automodule:: templates.action 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/templates.rst: -------------------------------------------------------------------------------- 1 | templates 2 | ********* 3 | 4 | .. automodule:: templates 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | templates.action 13 | 14 | -------------------------------------------------------------------------------- /docs/source/windows.droplet.rst: -------------------------------------------------------------------------------- 1 | droplet 2 | ******* 3 | 4 | .. automodule:: windows.droplet 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | -------------------------------------------------------------------------------- /docs/source/windows.rst: -------------------------------------------------------------------------------- 1 | windows 2 | ******* 3 | 4 | .. automodule:: windows 5 | :members: 6 | :undoc-members: 7 | :show-inheritance: 8 | 9 | .. toctree:: 10 | :maxdepth: 2 11 | 12 | windows.droplet 13 | 14 | -------------------------------------------------------------------------------- /images/icons/128x128/phatch-actionlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/128x128/phatch-actionlist.png -------------------------------------------------------------------------------- /images/icons/128x128/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/128x128/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/128x128/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/128x128/phatch.png -------------------------------------------------------------------------------- /images/icons/16x16/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/16x16/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/16x16/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/16x16/phatch.png -------------------------------------------------------------------------------- /images/icons/192x192/droplet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/192x192/droplet.gif -------------------------------------------------------------------------------- /images/icons/192x192/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/192x192/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/192x192/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/192x192/phatch.png -------------------------------------------------------------------------------- /images/icons/24x24/phatch-actionlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/24x24/phatch-actionlist.png -------------------------------------------------------------------------------- /images/icons/24x24/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/24x24/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/24x24/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/24x24/phatch.png -------------------------------------------------------------------------------- /images/icons/256x256/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/256x256/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/256x256/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/256x256/phatch.png -------------------------------------------------------------------------------- /images/icons/32x32/phatch-inspector.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/32x32/phatch-inspector.gif -------------------------------------------------------------------------------- /images/icons/32x32/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/32x32/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/32x32/phatch.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/32x32/phatch.gif -------------------------------------------------------------------------------- /images/icons/32x32/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/32x32/phatch.png -------------------------------------------------------------------------------- /images/icons/48x48/phatch-actionlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/48x48/phatch-actionlist.png -------------------------------------------------------------------------------- /images/icons/48x48/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/48x48/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/48x48/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/48x48/phatch.png -------------------------------------------------------------------------------- /images/icons/64x64/phatch-actionlist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/64x64/phatch-actionlist.png -------------------------------------------------------------------------------- /images/icons/64x64/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/64x64/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/64x64/phatch.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/64x64/phatch.ico -------------------------------------------------------------------------------- /images/icons/64x64/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/64x64/phatch.png -------------------------------------------------------------------------------- /images/icons/96x96/phatch-inspector-96high.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/96x96/phatch-inspector-96high.png -------------------------------------------------------------------------------- /images/icons/96x96/phatch-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/96x96/phatch-inspector.png -------------------------------------------------------------------------------- /images/icons/96x96/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/icons/96x96/phatch.png -------------------------------------------------------------------------------- /images/phatch-flat-logotype-512x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/phatch-flat-logotype-512x100.png -------------------------------------------------------------------------------- /images/phatch-image-inspector.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/phatch-image-inspector.png -------------------------------------------------------------------------------- /images/phatch-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/phatch-logo.png -------------------------------------------------------------------------------- /images/phatch-screen-logotype-512x100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/phatch-screen-logotype-512x100.png -------------------------------------------------------------------------------- /images/phatch-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/phatch-small.png -------------------------------------------------------------------------------- /images/phatch.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/phatch.png -------------------------------------------------------------------------------- /images/source/action lists/masks.phatch: -------------------------------------------------------------------------------- 1 | {'actions': [{'fields': {'Mode': u'Grayscale (8-bit pixels, black and white)', 2 | '__enabled__': u'true'}, 3 | 'label': 'Convert Mode'}, 4 | {'fields': {'As': u'png', 5 | 'File Name': u'', 6 | 'In': u'_phatch/', 7 | 'JPEG Quality': u'85', 8 | 'JPEG Size Maximum': '0kb', 9 | 'JPEG Size Tolerance': '5%', 10 | 'PNG Optimize': u'false', 11 | 'Resolution': u'', 12 | 'TIFF Compression': u'', 13 | '__enabled__': u'true'}, 14 | 'label': 'Save'}], 15 | 'description': u'Describe here the action list.'} -------------------------------------------------------------------------------- /images/source/igor/disable28x28.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/source/igor/disable28x28.png -------------------------------------------------------------------------------- /images/source/igor/droplet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/source/igor/droplet.gif -------------------------------------------------------------------------------- /images/source/igor/droplet_opaque.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/source/igor/droplet_opaque.gif -------------------------------------------------------------------------------- /images/source/phatch-logo.blend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/images/source/phatch-logo.blend -------------------------------------------------------------------------------- /linux/phatch-inspector.desktop: -------------------------------------------------------------------------------- 1 | [Desktop Entry] 2 | Version=1.0 3 | Exec=phatch -n %U 4 | Icon=phatch-inspector 5 | Terminal=false 6 | Type=Application 7 | Categories=Graphics;Photography;GTK; 8 | StartupNotify=true 9 | MimeType=application/x-phatch;image/bmp;image/gif;image/jpeg;image/jpg;image/png;image/tiff;image/x-bmp;image/x-pcx;image/x-png;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-psd;image/x-sun-raster;image/x-tga;image/x-xbitmap;image/x-xpixmap;application/pcx; 10 | Name=Phatch Image Inspector 11 | GenericName=Image Inspector 12 | Comment=Easily inspect EXIF and IPTC metadata 13 | 14 | -------------------------------------------------------------------------------- /linux/phatch.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Phatch action list 6 | Phatch actielijst 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /locale/ar/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ar/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/be/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/be/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/bg/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/bg/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/bs/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/bs/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ca/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ca/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/cs/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/cs/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/da/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/da/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/de/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/de/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/el/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/el/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/en/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/en/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/en_GB/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/en_GB/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/eo/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/eo/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/es/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/es/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/eu/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/eu/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/fa/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/fa/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/fi/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/fi/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/fil/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/fil/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/fr/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/fr/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/fy/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/fy/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ga/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ga/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/gl/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/gl/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/he/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/he/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/hi/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/hi/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/hr/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/hr/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/hu/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/hu/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/hu/LC_MESSAGES/phatch.po: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/hu/LC_MESSAGES/phatch.po -------------------------------------------------------------------------------- /locale/hy/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/hy/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/id/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/id/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/it/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/it/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ja/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ja/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ka/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ka/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ko/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ko/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ms/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ms/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/nb/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/nb/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/nl/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/nl/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/pa/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/pa/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/pl/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/pl/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/pt/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/pt/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/pt_BR/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/pt_BR/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ro/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ro/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/ru/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/ru/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/sk/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/sk/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/sl/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/sl/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/sr/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/sr/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/sv/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/sv/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/te/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/te/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/tl/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/tl/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/tr/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/tr/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/uk/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/uk/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/zh_CN/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/zh_CN/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /locale/zh_TW/LC_MESSAGES/phatch.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/locale/zh_TW/LC_MESSAGES/phatch.mo -------------------------------------------------------------------------------- /phatch/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | 17 | # Follows PEP8 18 | 19 | import os 20 | import sys 21 | 22 | sys.path.insert(0, os.path.dirname(__file__)) 23 | 24 | from core.config import init_config_paths 25 | init_config_paths() 26 | -------------------------------------------------------------------------------- /phatch/actions/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Follows PEP8 18 | 19 | __actions__ = [] 20 | -------------------------------------------------------------------------------- /phatch/console/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatchrecommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follows PEP8 20 | -------------------------------------------------------------------------------- /phatch/core/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follows PEP8 20 | -------------------------------------------------------------------------------- /phatch/data/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follows PEP8 20 | -------------------------------------------------------------------------------- /phatch/data/version.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2009 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | 17 | BASE = "0.2.7" 18 | VERSION = "0.2.7" 19 | DATE = "Wed, 10 Mar 2010 18:49:51" 20 | -------------------------------------------------------------------------------- /phatch/lib/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2007-2008 www.stani.be 2 | # 3 | # This program is free software: you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation, either version 3 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program. If not, see http://www.gnu.org/licenses/ 15 | # 16 | # Follows PEP8 17 | -------------------------------------------------------------------------------- /phatch/lib/gettextFix.py: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2007-2008 www.stani.be 2 | # 3 | # This program is free software: you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation, either version 3 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program. If not, see http://www.gnu.org/licenses/ 15 | 16 | # Follows PEP8 17 | 18 | import sys 19 | 20 | 21 | def displayhook(value): 22 | if value is not None: 23 | print repr(value) 24 | 25 | sys.displayhook = displayhook 26 | -------------------------------------------------------------------------------- /phatch/lib/linux/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2007-2008 www.stani.be 2 | # 3 | # This program is free software: you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation, either version 3 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program. If not, see http://www.gnu.org/licenses/ 15 | # 16 | # Follows PEP8 17 | -------------------------------------------------------------------------------- /phatch/lib/pyWx/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2007-2008 www.stani.be 2 | # 3 | # This program is free software: you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation, either version 3 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program. If not, see http://www.gnu.org/licenses/ 15 | # 16 | # Follow PEP8 17 | -------------------------------------------------------------------------------- /phatch/lib/reverse_translation.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | 19 | # Follows PEP8 20 | 21 | import gettextFix # otherwise doctests will fail unfortunately 22 | 23 | REVERSE = {} 24 | 25 | 26 | def _t(phrase): 27 | REVERSE[_(phrase)] = phrase 28 | return phrase 29 | 30 | 31 | def _r(phrase): 32 | return REVERSE.get(phrase, phrase) 33 | -------------------------------------------------------------------------------- /phatch/lib/windows/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2007-2008 www.stani.be 2 | # 3 | # This program is free software: you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation, either version 3 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program. If not, see http://www.gnu.org/licenses/ 15 | # 16 | # Follows PEP8 17 | -------------------------------------------------------------------------------- /phatch/linux/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follows PEP8 20 | -------------------------------------------------------------------------------- /phatch/other/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | 19 | -------------------------------------------------------------------------------- /phatch/other/pyWx/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | 19 | -------------------------------------------------------------------------------- /phatch/other/pyWx/img2img.py: -------------------------------------------------------------------------------- 1 | ## This file imports items from the wx package into the wxPython package for 2 | ## backwards compatibility. Some names will also have a 'wx' added on if 3 | ## that is how they used to be named in the old wxPython package. 4 | 5 | import wx.tools.img2img 6 | 7 | convert = wx.tools.img2img.convert 8 | main = wx.tools.img2img.main 9 | -------------------------------------------------------------------------------- /phatch/pyWx/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follow PEP8 20 | -------------------------------------------------------------------------------- /phatch/pyWx/wxGlade/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2007-2008 www.stani.be 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follow PEP8 20 | -------------------------------------------------------------------------------- /phatch/windows/__init__.py: -------------------------------------------------------------------------------- 1 | # Copyright (C) 2007-2008 www.stani.be 2 | # 3 | # This program is free software: you can redistribute it and/or modify 4 | # it under the terms of the GNU General Public License as published by 5 | # the Free Software Foundation, either version 3 of the License, or 6 | # (at your option) any later version. 7 | # 8 | # This program is distributed in the hope that it will be useful, 9 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 10 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 | # GNU General Public License for more details. 12 | # 13 | # You should have received a copy of the GNU General Public License 14 | # along with this program. If not, see http://www.gnu.org/licenses/ 15 | # 16 | # Follows PEP8 17 | -------------------------------------------------------------------------------- /tests/input/bee.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/tests/input/bee.png -------------------------------------------------------------------------------- /tests/input/ex─⌐f ├»pt├º.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/tests/input/ex─⌐f ├»pt├º.jpg -------------------------------------------------------------------------------- /tests/input/frog.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/tests/input/frog.gif -------------------------------------------------------------------------------- /tests/input/panic_╪▒╪╣╪¿.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/firestrand/phatch/e24e3bfdd8e0fb66bc2889ac56b5dcd19347e96c/tests/input/panic_╪▒╪╣╪¿.gif -------------------------------------------------------------------------------- /tests/test_suite/__init__.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2009 Nadia Alramli, Stani (www.stani.be) 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follows PEP8 20 | -------------------------------------------------------------------------------- /tests/test_suite/defaults.py: -------------------------------------------------------------------------------- 1 | # Phatch - Photo Batch Processor 2 | # Copyright (C) 2009 Nadia Alramli, Stani (www.stani.be) 3 | # 4 | # This program is free software: you can redistribute it and/or modify 5 | # it under the terms of the GNU General Public License as published by 6 | # the Free Software Foundation, either version 3 of the License, or 7 | # (at your option) any later version. 8 | # 9 | # This program is distributed in the hope that it will be useful, 10 | # but WITHOUT ANY WARRANTY; without even the implied warranty of 11 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 | # GNU General Public License for more details. 13 | # 14 | # You should have received a copy of the GNU General Public License 15 | # along with this program. If not, see http://www.gnu.org/licenses/ 16 | # 17 | # Phatch recommends SPE (http://pythonide.stani.be) for editing python files. 18 | # 19 | # Follows PEP8 20 | 21 | blender = { 22 | 'Render Width': '128px', 23 | 'Render Height': '128px'} 24 | 25 | #geotag = { 26 | # 'GPS Data': '' 27 | #} 28 | --------------------------------------------------------------------------------