Download image file from JAX-RS
In JAX-RS, for user to download an image file, annotate the method with @Produces("image/image-type") : 1 - Put @Produces(“image/png”) on service method, for “png” image, 2 - Set “Content-Disposition” in…
Favourite tutorials for developers
In JAX-RS, for user to download an image file, annotate the method with @Produces("image/image-type") : 1 - Put @Produces(“image/png”) on service method, for “png” image, 2 - Set “Content-Disposition” in…
If you’ve ever seen cool-looking circular/rounded images on a site and wanted to get them on your own site, it’s actually not that hard to do. Of course, you could…
Giving images shadows can add a nice little extra bit of styling that makes your site stand out. As long as they aren’t too obvious, they can be a design…
How to create a drop shadow for an image in WordPress? What is the purpose of this? A beautiful interface will make readers stay on your site longer. In addition…