PolymerGuy/muDIC

Image Format

Opened this issue · 1 comments

Is it possible to use the code for .jog images?

Try to change line 212 in file image_stack.py

supported_filetypes = ['.png', '.bmp', '.tif','.tiff']
adding also jpg files to the list of supported files and see if it works. imageio used for reading images should support also jpeg.