vitor Posted August 3, 2023 Posted August 3, 2023 (edited) Usage Convert HEIC images to JPEG via the Universal Action. Alternatively, find images with the heicjpeg keyword. JPEGs are saved to the Save Folder set in the Workflow’s Configuration but you can imediatelly move them to another destination by choosing Move to New Location in the After Conversion configuration. Other options include showing a notification, revealing files in the Finder, and appending to the File Buffer. The workflow will avoid overwriting any existing files, opting to stop rather than replace data. ⤓ Install on the Alfred Gallery | Source Edited August 4, 2023 by vitor nikivi, sepulchra, Samplex and 1 other 4
vitor Posted August 3, 2023 Author Posted August 3, 2023 When reporting issues, please include your exact installed versions of:The Workflow.Alfred.macOS.In addition to:The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. A short video of the steps with the debugger open may help to find the problem faster.Thank you. Accurate and thorough information is crucial for a proper diagnosis which allows me to help you better.
xforce Posted September 26, 2023 Posted September 26, 2023 This workflow could add "webp to jpg" support easily. Hope you can update it.
xforce Posted September 26, 2023 Posted September 26, 2023 one minor request is if you could change the output file extention name from jpeg to jpg?
vitor Posted September 26, 2023 Author Posted September 26, 2023 5 minutes ago, xforce said: This workflow could add "webp to jpg" support easily. It could convert most image formats to most other image formats. But the point was to do something simple to help with learning. You can modify the workflow to support more image formats by editing the File Action Trigger (on the top left). Or build your own with the Automation Task. That’s one of the goals of this workflow: to teach you to do it yourself. There’s no code necessary. 5 minutes ago, xforce said: one minor request is if you could change the output file extention name from jpeg to jpg? jpeg is the correct extension, jpg was a workaround for old versions of Windows. For the Automation Task one had to be chosen and the correct one was picked. Changing that would mean changing it for everyone across all workflows that use the task.
Victor Chor Posted October 12, 2023 Posted October 12, 2023 Hi, May I know could it be converting multiple photos? I have tried to converting multiple photos by Universal Action, but it seems couldn't converted, there is not response.
vitor Posted October 12, 2023 Author Posted October 12, 2023 Yes, it can convert multiple photos, as per the example right at the top. If you’re facing an issue, please describe your exact steps and include the debugger output.
Victor Chor Posted October 12, 2023 Posted October 12, 2023 Thanks for quick reply. It's worked, Just now it didn't worked because the destination folder had a same files I did converted.
andy4222 Posted June 5 Posted June 5 Requesting enhancements to this workflow to have ability to support other formats (not just heic>jpeg). Png>jpg, jpg>png, gif>jpg/png, tiff>png/jpg
vitor Posted June 5 Author Posted June 5 @andy4222 Connect a Universal Action (or File Action, to restrict to images) to a Convert Image Format Automation Task. Done. You can build it exactly to your liking. This workflow is made specifically to have zero code and demonstrate specific techniques. It’s heavily annotated.
spongeblink Posted June 9 Posted June 9 I think it would be great if we have the option to save the converted file next to the original file.
bice Posted July 8 Posted July 8 @vitor Great workflow! Is it possible to automatically delete the metadata too?
vitor Posted July 8 Author Posted July 8 That’s out of scope for this workflow. Dealing with metadata is a wholly different thing that requires coding or external tools, and this workflow serves as a codeless example for people to expand on (including removing metadata, if you want). bice 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now