-
When the image is accessed, the size is dynamically converted.
-
[ex. width 100px]
<img src="xxx.jpg?w=100"/>
-
When the image is accessed, the format is dynamically converted.
-
[ex. png format]
<img src="xxx.jpg?f=png"/>
-
The converted image is cached, and it outputs it by the following accesses.
-
Even if it is the same image, the number of conversion types is cached.
-
It outputs it more beautifully than the reduction by Style Sheet and the width attribute.
-
Reduction of browser leaving is notched, but if it is Nmageman, it is possible to reduce beautifully.
-
When mobile phone browser accessed, the image converted to just size of the display.
-
[ex. environment width 100%]
<img src="xxx.jpg?w=100&su=ep"/>
-
It outputs it to the size installed in that specifying width and height.(In Box Convertion)
-
[ex. width 100px height 100px In Box Convertion]
<img src="xxx.jpg?w=100&h=100"/>
-
It outputs it to the size that exactly buries the box specifying width and height and carries it out. (Outer Box Convertion)
-
[ex. width 100px height 100px Out Box Convertion(It chops it off by the center leaving.)]
<img src="xxx.jpg?w=100&h=100&ob=CM"/>
-
Proxy output of image that exists in another server.
-
The image proxy ahead can be converted, and it cache it.
-
It searches for the file that exists even if it accesses the file that doesn't exist automatically.
-
It is possible to access it by a single extension regardless of the kind of the image.
-
When outputting automatic operation sticking the seal of Copyright and the like.(Seal function)
-
It is not necessary to insert Copyright in advance.
-
The functionality expansion is possible by the module.
-
The module can be installed by freely selecting it.