@@ -8,11 +8,11 @@ You can use this, if you don't want thumbnails to be created on you development-
8
8
It will add parameters to original image paths.
9
9
So you are able to save storage and add new thumbnails on the fly.
10
10
11
- | Version | Requirements
12
- |--------- | ----------------------------
13
- | 1.0.0 - 1.0.5 | Min. Shopware 6.0
14
- | 1.0.6 - 1.0.15 | Min. Shopware 6.3
15
- | 1.0.16 - * | Min. Shopware 6.4
11
+ | Version | Requirements |
12
+ | ----------------------| ------------------- |
13
+ | 1.0.0 - 1.0.5 | Min. Shopware 6.0 |
14
+ | 1.0.6 - 1.0.15 | Min. Shopware 6.3 |
15
+ | 1.0.16 - * | Min. Shopware 6.4 |
16
16
17
17
## Install
18
18
@@ -47,42 +47,9 @@ You may want to delete folder `thumbnails` within folder `public`
47
47
- then run the command ` bin/console media:generate-thumbnails ` on the console to update the thumbnails for all images in the database
48
48
- Clear shop cache
49
49
50
- ## Tested Supports
51
-
52
- ### imgproxy [ Link] ( https://imgproxy.net/ )
53
-
54
- Tested with insecure environment for internal test-shops.
55
- Template example: ` http://localhost:8080/x/fit/{width}/0/sm/0/plain/{mediaUrl}/{mediaPath} `
56
- will become ` http://localhost:8080/x/fit/800/0/sm/0/plain/https://www.example.com/media/01/82/69/sasse.png `
57
-
58
- ### BunnyCDN [ Link] ( https://bunnycdn.com/ )
59
-
60
- ` Opinion: not cheap with 9,5$/m per zone, but fast and including webp `
61
- You would have to active ` Bunny Optimizer ` and ` Manipulation Engine ` in your Zone in BunnyCDN.
62
- Template example: ` {mediaUrl}/{mediaPath}?width={width} ` (default)
63
- will become ` https://www.example.com/media/01/82/69/sasse.png?width=800 `
64
-
65
- ### Images.weserv.nl [ Link] ( https://images.weserv.nl/ )
66
-
67
- ` Opinion: free, but slow and without webp `
68
- An image cache & resize service. Manipulate images on-the-fly with a worldwide cache.
69
- Template example: ` https://images.weserv.nl/?url={mediaUrl}/{mediaPath}&w={width} `
70
- will become ` https://images.weserv.nl/?url=https://www.example.com/media/01/82/69/sasse.png&w=800 `
71
-
72
- ### cloudimage [ Link] ( https://www.cloudimage.io/en/home )
73
-
74
- ` Opinion: has free plan, fast and including webp `
75
- An image cache & resize service. Manipulate images on-the-fly with a worldwide cache.
76
- Template example: ` https://token.cloudimg.io/v7/{mediaUrl}/{mediaPath}&w={width} `
77
- will become ` https://token.cloudimg.io/v7/https://www.example.com/media/01/82/69/sasse.png&w=800 `
78
-
79
- ### Cloudflare Image Resizing [ Link] ( https://developers.cloudflare.com/images/ )
80
-
81
- ` Opinion: many options but only for business and enterprise customers. `
82
- Has a lossless image optimization and big hosters have their NFS connected in their contracts directly to cloudflare
83
- Template example: ` {mediaUrl}/cdn-cgi/image/width={width},quality=85,format=auto/{mediaPath} `
84
- will become ` https://yourshop.com/cdn-cgi/image/width%3D3000%2Cquality%3D85%2Cformat%3Dauto/media/db/f4/18/1624437000/334c0cd2b7dd465c9a35a806e8052643.jpg `
50
+ ## Find Patterns
85
51
52
+ You can find patterns in [ Github Discussions in category Patterns] ( https://github.com/FriendsOfShopware/FroshPlatformThumbnailProcessor/discussions/categories/patterns )
86
53
87
54
## License
88
55
0 commit comments