Thanks a lot for the clear explaining definitely helps! I completely got the feeling I understand how it works now.
The thing is that when i run ImageMerge Blob URL Success workflow and add Save a ImageMerge action, the ImageMerge Saved workflow and create a new entry for the variable doesn’t happen.
I also waited a few minutes a couple of times and don’t see any new files in the file manager.
When I run ImageMerge Blob URL Success workflow and add another action it is working.
Am i still doing something wrong in the workflow? Or do you think my problem can be fixed by next update?
This looks correct. I’ve just duplicated this on my side and assuming your field format is image this should be working. The only thing that isn’t clear is how are you triggering the ImageMerge B to execute (Step 1 above)?
Typically you would have an event such as a button click or page load that contains the action Image a ImageMerge.
Hey it worked.
I think my workflow was allright.
I added the element image as you said, and linked it to the imagemerge element, and with this the action save imagemerge is working
I appreciate you taking the time to help me out, thanks again Rob!
I’m not sure I understand you but if it’s working, great. Here’s a video run-through of the test I did in case it helps:
Image Merge - Demo (youtube.com)
1 Like
New version 1.3.0!
Now you can save a step by choosing the optional “Save to Bubble” right from within your Merge workflows without the necessity to catch the completed merge and then execute a Save separately.
We’ve also made the random string in filenames optional along with some other minor improvements.
Thanks! -Rob
Hey, thanks for the note abut this. Checking into it. Just out of curiosity, is it possibly related to the space (%20) just before the dot separator? I noticed if I remove it I get an image, but the link as it is written fails.
It’s $12 one time or $2/mo. I would have made it free as a one-off without support, but we regularly use and support it. Thanks!
I think I’m gonna need more details on the context of your error as I can’t duplicate it with just the images. I’ve used the direct link for both images and not yet gotten an error.
It is possible that the fetch is timing out but the error message makes it seem like either a permissions error or a filename error. Let me know.
Hi! Thank you for a great Plugin! One question: Is it possible to perform a merge images action on the backend and save the result to bubble?
1 Like
At the moment the plugin requires the element to be added to a page to be activated and is therefore, client-side only.
But I can see how a limited set of merge functions might work on the server with images already stored in the database. I’ll certainly give it a look. Do you have a specific use-case in mind?
Selling images subject to license. The clean, non-watermarked files should not be accessible in the front end, otherwise they can be easily downloaded. With the front end merging the original images are accessible in browser, if I understand correctly.
1 Like
If you are using for instance “Image an Image Merge” workflow action, you can select images from your database (ie. Original Image & Watermark) and perform the merge resulting in a watermarked Blob that you can display to the user without saving. I think that’s what you need. You’ll need something to trigger the action obviously, so either on page load or after the user clicks a “view” button, etc.
Edit: You will then use the Image Merge’s Blob URL first item as your image source for display.