Nicolas FränkelforApache APISIXapisix.hashnode.dev·Jul 11, 2024Dynamic watermarking with imgproxy and Apache APISIXLast week, I described how to add a dynamic watermark to your images on the JVM. I didn't find any library, so I had to develop the feature, or, more precisely, an embryo of a feature, by myself. Depending on your tech stack, you must search for an e...40 likeswatermarking
Nicolas FränkelforApache APISIXapisix.hashnode.dev·Oct 5, 2023Resizing images on-the-flyAs a web architect, one of the many issues is asset management. And the most significant issue in assets is images. A naive approach would be to set an image and let the browser resize the image via CSS: img { height: 100%; width: 100%; o...22 likes·58 readsWeb Development