Photography, Software

Emulating Kodak Aerochrome Infrared Film with Python Image Processing

What is Aerochrome film? It is an analog film stock that is sensitive to infrared light and uses false-color reversal to express infrared light as a visible color. Infrared (IR) light is invisible to the human eye but is all around us and be felt as heat. All objects in the universe emit some level… Continue reading Emulating Kodak Aerochrome Infrared Film with Python Image Processing

Software

Using Jupyter Lab for Python Projects

I was looking into using Jupiter Notebooks for a project when I found the JupyterLab software, it is a tool that looks to combine your workflow into a single place. This allows you to open, and interact with, Jupyter Notebooks, text editors, terminals, and many others. You can download it for your system from the… Continue reading Using Jupyter Lab for Python Projects