Relative Content

Tag Archive for pythonimagefileprocessglob

My code only works on one image file the rest of the image files are read and saved but untouched by my code I need my code to work on all image files

I’m new to Python. I’m using Glob to Batch Process multiple image files. When I run my code, it processes and saves all image files as it should, but only one image file is affected by my code all other image files are untouched by my code. I need all images to be affected by my code. When I run my code on the two Checker Board image files, only one image file is affected the other image file is untouched by my code as shown in the images.