Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Images are renamed despite "Rename images" being unchecked #31

Open
FugueSegue opened this issue Feb 22, 2023 · 2 comments
Open

Images are renamed despite "Rename images" being unchecked #31

FugueSegue opened this issue Feb 22, 2023 · 2 comments

Comments

@FugueSegue
Copy link

This is a very nice extension. However I can't use it because it renames all of my images "00000.png, 00001.png, 00002.png," etc. Checking or unchecking "Rename images" has no effect.

@werran2
Copy link

werran2 commented Mar 29, 2023

same problem

@werran2
Copy link

werran2 commented Apr 3, 2023

I dont familar with Python, so I just change the smartprocess.py line 232 to:
231 if rename:
232 basename = os.path.splitext(src_name)[0]
as I dont need the rename fuction.

I assume its the matter of checking rename tickled, sorry for my english.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants