Convert .jpeg to .jpg

Posted:
Thu Nov 28, 2024 11:53 pm
by gentlegianted
Im exporting images from an online tool called Crello by VistaPrint. It exports .jpg as .jpeg and the tool Im importing the graphics into only reads .jpg. Here is how Im trying to convert but its not working. Any help is appreciated. thanks
https://share.zight.com/nOu4dxQX
Re: Convert .jpeg to .jpg

Posted:
Fri Nov 29, 2024 9:54 am
by Mr_Noodle
"Name" in this case does not include the extension (jpeg). Normally you would use the "extension" attribute. In your condition, you should use "Extension is jpeg".
In your Rename pattern, since you want to change the extension, you could do (name).jpg
You do not need to use the replace text function.
Re: Convert .jpeg to .jpg

Posted:
Fri Nov 29, 2024 1:33 pm
by gentlegianted
Got it figured out. I had the rule to change the name below a rule moving it to another folder so it didn't get a chance to change it. Thanks so much. Huge time saver.
Mr_Noodle wrote:"Name" in this case does not include the extension (jpeg). Normally you would use the "extension" attribute. In your condition, you should use "Extension is jpeg".
In your Rename pattern, since you want to change the extension, you could do (name).jpg
You do not need to use the replace text function.