First of all I am totaly new to Cloudinary and I pretty like the way it makes the image management way easier. That's why I decided to get more info about this service.
I would like to know if it is possible to generate my images url on my own with only the public_id without using the cloudinary libs?
Like this:
http://res.cloudinary.com/{{myCloud}}/image/upload/{{formatIWant}}/{{public_id}}.png
May I go through futurs problems if I generate my url this way ?
Thanks in advance