You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metapixel is a fine piece of software. When it runs it tries every file it finds in the given directories.
I have jpg, xcf, raw, and xmp files in my image folder (from gimp and darktable)
That causes a lot of errors.
It would be nice to be able to restrict metapixel to scan only for certain image types like jpg, png, gif, tif...
Maybe an option like -t (--type) which accepts a comma seperated list of image types.
Hello!
metapixel is a fine piece of software. When it runs it tries every file it finds in the given directories.
I have jpg, xcf, raw, and xmp files in my image folder (from gimp and darktable)
That causes a lot of errors.
It would be nice to be able to restrict metapixel to scan only for certain image types like jpg, png, gif, tif...
Maybe an option like -t (--type) which accepts a comma seperated list of image types.
Example:
metapixel --metapixel -t jpg,png -l ~/pictures in.jpg out.jpg
The text was updated successfully, but these errors were encountered: