You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release contains fully tested transformations, including unit tests for most of them. All available transformations from the README are correct when working with an actual image from Uploadcare (these were manually tested). The release also contains some README updates and fixes in the transformations that were needed to make them actually work.
62
+
This release contains fully tested transformations, including unit tests for most of them. All available transformations from the README are correct when working with an actual image from Uploadcare (these were manually tested). The release also contains some README updates and fixes in the transformations that were needed to make them actually work.
63
63
64
64
### What's Changed
65
65
66
-
- Develop by @Baspa in https://github.com/vormkracht10/php-uploadcare-transformations/pull/14
67
-
- Add filename to url, helper functions and test by @Baspa in https://github.com/vormkracht10/php-uploadcare-transformations/pull/15
66
+
-Develop by @Baspa in https://github.com/backstagephp/php-uploadcare-transformations/pull/14
67
+
-Add filename to url, helper functions and test by @Baspa in https://github.com/backstagephp/php-uploadcare-transformations/pull/15

7
-

8
-
[](https://packagist.org/packages/vormkracht10/php-uploadcare-transformations)

7
+

8
+
[](https://packagist.org/packages/backstage/php-uploadcare-transformations)
9
9
10
10
Generate [Uploadcare](https://uploadcare.com/?via=vk10) image processing URLs to transform and process your images. No need to write or generate the URL yourself. Just pass the UUID of the file, optionally pass the custom CDN and chain the methods you want to apply and the package generates the URL for you.
11
11
@@ -64,7 +64,7 @@ Generate [Uploadcare](https://uploadcare.com/?via=vk10) image processing URLs to
0 commit comments