Skip to content

Commit

Permalink
upd: added image with guide
Browse files Browse the repository at this point in the history
  • Loading branch information
baidakovil committed Dec 16, 2023
1 parent 11437e6 commit 7f70d0b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ More info below.
## Do focus stacking with .js script

⬇️
<a href="docs/explanation.png"><img width="95%" src="docs/explanation.png"/></a>
<a href="docs/photoshop_guide.png"><img width="95%" src="docs/photoshop_guide.png"/></a>


## My experience
Expand All @@ -37,8 +37,7 @@ Photoshop stacking function works so well that you won't see the difference even

I can't say this about any other software for focus stacking: one bad photo in most cases will broke the result.

I use [CameraPixels](https://apps.apple.com/us/app/camerapixels-lite/id1125808205) iOS app on my iPhone SE 1st Gen in focus stacking mode. It takes photos with intervals 0-1 seconds.
So, having `MAX_TIME_DELTA = 2 sec`, I get desired result almost always.
I use [CameraPixels](https://apps.apple.com/us/app/camerapixels-lite/id1125808205) iOS app on my iPhone SE 1st Gen in focus stacking mode. It takes photos with intervals 0-1 seconds. So, having `MAX_TIME_DELTA = 2 sec`, I get desired result almost always.
Sometimes, of course, there could be photos taken close to each other — but thanks to `MIN_STACK_LEN` setting, they probably will not fall into "stack".

Some of the last images: [1], [2], [3], [4], [5].
Expand All @@ -51,7 +50,7 @@ Sometimes, of course, there could be photos taken close to each other — but th

## Details on the _.py_ script

This script is enhansed version of script found on
Again: **pyfocusstackfo.py** script used to collect *.jpg files into separate folders in order to further using with **photoshop_script_subfolders.js** to obtain focus stacking images.

#### How does it works

Expand Down Expand Up @@ -90,4 +89,17 @@ Please feel free to contribute, create pull requests, comment and further.
## Feedback and PyPi.org

If you find any of this scripts helpful, please leave feedback.
In case you will happy to see `pyfocusstack.py` as **python package**, please write to me: If there will be at least single person who find this helpful, I reformat the code and add it to **PyPi** 🙃.
In case you will happy to see `pyfocusstack.py` as **python package**, please write to me: If there will be at least single person who find this helpful, I reformat the code and add it to **PyPi** 🙃.

## Build with

**[Adobe Photoshop]** - «Leading AI photo & Design software» since 1990 **|** *proprietary*
**[JavaScript]** - Scripting language widely used in web pages and web applications **|** *Licence depends on implementation*
**[pyexif]** - Python wrapping for the exiftool library since 2011 **|** *Apache 2*
**[Python]** - Language to work quickly and integrate systems more effectively since 1991 **|** *GPL compatible*


[Adobe Photoshop]: https://www.adobe.com/products/photoshop.html
[pyexif]: https://pypi.org/project/pyexif/
[Python]: https://www.python.org/
[JavaScript]: https://ecma-international.org/publications-and-standards/standards/ecma-262/
Binary file added docs/photoshop_guide.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/stacking-library.png
Binary file not shown.

0 comments on commit 7f70d0b

Please sign in to comment.