我已经通过AJAX将一个base64编码的字符串发送到PHP并创建了一个图像资源imagecreatefromstring- 一切都很好.
现在我想在调整te图像后获取base64编码的字符串,但我找不到获取base64encoded字符串的函数.
首先,www.example.com使用Google App Engine 构建网站https://cloud.google.com/products/
其次,将静态图像上传example.jpg到Google云端存储https://cloud.google.com/products/cloud-storage aka https://developers.google.com/storage/
难道possibe以服务example.jpg为http://www.example.com/images/example.jpg?而不是使用诸如images.example.com或cdn.example.com等的子域
我想这样做的原因是因为我希望在必要时让我的网站更容易移动到VPS.