Found a total of 10000 related content
jquery image watermark plug-in
Article Introduction:Img2Blob.js is a jquery plug-in that can add custom watermarks to images. This image watermark plug-in can convert images into blob objects and then add custom watermark effects to them.
2017-01-19
comment 0
2360
一个判断图片格式的自定义函数
Article Introduction:
求助一个判断图片格式的自定义函数判断图片格式的自定义函数,写完后一直不能正常输出,图片是jpg格式的,不用自定义函数可以正常输出,代码如下:
function image_check($aa,$im)
{
$img=getimagesize($aa);
switch($img[2])
 
2016-06-13
comment 0
898
jquery implements custom image cropping function code sharing
Article Introduction:How to achieve custom cropping of pictures? This article mainly introduces jquery to implement custom image cropping function. The code is super simple and easy to modify. Let's take a look with the editor below, I hope it can help everyone.
2018-01-23
comment 0
2275
JQuery hover control image carousel - simple code_jquery
Article Introduction:The automatic carousel effect of mouse-over images implemented by jquery. When the mouse is hovered over the image, the image will continue to play in a loop. The speed is very fast and the effect is very realistic. It is just like playing a martial arts movie. It is implemented using jquery.
2016-05-16
comment 0
1703
Detailed explanation of PHP custom image center cropping function
Article Introduction:This article mainly introduces the custom image centering and cropping function implemented in PHP, and analyzes PHP's related operating techniques for image acquisition, calculation, cropping, and saving in the form of examples. Friends in need can refer to the following
2018-05-18
comment 0
1890
JQuery split screen indicator picture rotation effect example_jquery
Article Introduction:This article mainly introduces the implementation method of JQuery split-screen indicator image rotation effect, and analyzes the related skills of jQuery image rotation operation with examples. Friends who need it can refer to it.
2016-05-16
comment 0
1776