-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Is it possible to use this to combine 2 base64 images? #92
Comments
@dkChase did you solve this? |
No. I ended up using PHP to combine my images.
…On Tue, Jun 16, 2020 at 6:07 AM Damian Green ***@***.***> wrote:
@dkChase <https://github.com/dkChase> did you solve this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#92 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AO3MKWB6JKEX2HQP3XZYZ63RW5VBTANCNFSM4NBEC7RA>
.
|
thanks for your swift response.. the code itself seems rather small so i'm wondering what the problem might be.. it seems to work with url images |
Update. I managed to get it work.. the trick is to ensure it has the following format:(begins with
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have 2 images in base64 and I would like to combine them using this script. However when I do I get an error Error: Couldn't load image.
The text was updated successfully, but these errors were encountered: