trippo / ResponsiveFilemanager

Completely Responsive Filemanager with integration for tinyMCE,CKEditor and CLEditor editor
http://responsivefilemanager.com
Other
815 stars 364 forks source link

question: alternative to Aviary/adobe-sdk as its deprecated #507

Open toastbrotch opened 6 years ago

toastbrotch commented 6 years ago

hi all has anyone implemented/added an image-editor different to Aviary? i need something on-premise... i found this and seems quite powerful https://codecanyon.net/item/pixie-image-editor/10721475 but no idea how to add it as image-editor out of ResponsiveFilemanager.

thanx for any hint/ideas...

toastbrotch commented 6 years ago

especially attention is needed, as https://developers.aviary.com/docs/web/setup-guide states that one should migrate to adobe cloud thingy... https://creativesdk.zendesk.com/hc/en-us/articles/202903359-Migrating-from-the-Aviary-SDK-to-the-Adobe-Creative-SDK and if i get it right it only works with an adobe-id. seems that switch was done with 9.9.4. but:

toastbrotch commented 6 years ago

hm. i dont get it, but seems adobe shut it down already? https://creativesdk.zendesk.com/hc/en-us/articles/115004788463-End-of-Support-for-the-Creative-SDK-Image-Editor-UI-Color-UI-Market-Browser-and-Labs-Components

trippo commented 6 years ago

How much cost buy the image editor in aviary for all responsivefilemanager users?

toastbrotch commented 6 years ago

i do not understand, but i dont think it would be possible to have a paied-tool included per default. but possibly there is another foss web-image editor around, that could be used per default. foss all-javascript image editors:

trippo commented 6 years ago

sorry I was wrong I meant to say that image editor on code canyon

toastbrotch commented 6 years ago

you want to buy that editor for all responsivefilemanager users? hm. i think it would be better to keep it independent and just provide samples how to integrate the most known ones... or work with the developers of a free tool together.

trippo commented 6 years ago

There isn't a free open image editor?

toastbrotch commented 6 years ago

I found this: https://github.com/nhnent/tui.image-editor

trippo commented 6 years ago

Very good tool

PiotrSss commented 6 years ago

How can I integrate this tui.image-editor into ResponsiveFilemanager?

cdaveb commented 5 years ago

Is this issue why our RFM is now getting "Error getting assets. Please check your authentication parameters." whenever trying to save an edited image? Did Aviary get shut down? Has anyone found a solution to this issue?

Lexys-zz commented 5 years ago

Is this issue why our RFM is now getting "Error getting assets. Please check your authentication parameters." whenever trying to save an edited image? Did Aviary get shut down? Has anyone found a solution to this issue?

Yes, it's the same issue (The same problem at my side).

Aviary services is dead, now we should implement Creative Adobe Cloud SDK (Haven't try to do it yet)

toastbrotch commented 5 years ago

Creative Adobe Cloud SDK seems dead too, according the infos i posted in the third comment... but i'm absolutely not sure if that is right...

Lexys-zz commented 5 years ago

Creative Adobe Cloud SDK seems dead too, according the infos i posted in the third comment... but i'm absolutely not sure if that is right...

I was reading this post: https://creativesdk.zendesk.com/hc/en-us/articles/202903359-Migrating-from-the-Aviary-SDK-to-the-Adobe-Creative-SDK?mobile_site=true

doest it depreciated?

boring-joey commented 5 years ago

Creative Adobe Cloud SDK is dead too. Can't edit images in ResponsiveFilemanager anymore, the ResponsiveFilemanager demo still works, don't know how? Anyone has an alternative? Someone who could integrate https://github.com/nhnent/tui.image-editor with it?

jackdenningweb commented 5 years ago

I've almost added Tui image editor into my project - just working on the save function.

I will share once done :)

boring-joey commented 5 years ago

Good to hear @jackdenningweb! Let me know if i can help.

jackdenningweb commented 5 years ago

@TOAD-Joey I have made a pull request here: https://github.com/trippo/ResponsiveFilemanager/pull/548#issue-269814524

Worth noting that I've just replicated what I've done in a personal project so I'm sure it can be improved more, but hope it helps nevertheless!

boring-joey commented 5 years ago

@jackdenningweb Seems to work fine. Thanks for the effort! Great work.