搜索资源列表
spic
- 缩略图生成 功能:缩略图生成(按比例缩小) 作者:刘先军 时间:2007-10-25 需要参数: $lxjspicname="图片名{不能为空}" $lxjspictype="图片类型[以图片名的扩展名为准(支持类型|jpg|jpeg|gif|png|bmp|)]{不能为空}" $lxjspicpath="图片路径{不能为空}" $lxjspicsizex="缩略图宽设置[默认150]" $lxjspicsizey="缩略图高设置[默认150]"
SherlockEye-V3.0
- //*************************************************** 2010.12.21 发布源代码。 使用最简单的截图方法实现作弊功能 主要掌握BMP文件的读取与保存,BMP文件格式 提升空间: 1、在作弊器上点击不同处,使用发送消息之类的方法给游戏处理。 2、使用HOOK方法,直接修改游戏实现瞬间秒杀。 //***************************************************
imageviewer
- 这是一个图片浏览器的源码,有放大缩小功能,还能简易画图。-This is a picture source browser, zoom function, but also simple drawing.
tpys
- 用来实现图片文件的批量缩放(帮班级上传图片,但是图片太大了,太占空间,若一个一个缩小有太费事,于是就有了这个小程序-Used to achieve the bulk of the picture file scaling (help classes upload images, but the image is too big, takes up too much space, too much trouble if one narrow, so there is this little pro
image
- 图片浏览器,包括了打开图片、放大与缩小图片、查看上一张和下一张图片等功能-Picture Viewer open the picture, zoom in and out of pictures, view previous and next picture function
ShowPic
- 显示bmp、jPG图片的方法,并可以放大、缩小。-Show bmp, jPG picture approach and can zoom in and out.
js
- js图片等比例放大缩小不影响质量,在web项目中引入js调用其方法-js pictures zoom ratio does not affect the quality, introducing js call its methods in a web project
pictureview
- qt观察图片程序,可旋转,放大缩小,简单易懂,方便初学者学习-qt observed picture program, easy to understand, easy for beginners to learn
fangfaxuoxiao
- visual c++与HALCON混合编程实现图片的放大缩小-visual c++ programming mixed with HALCON image zoom
HALCONfangdasuoxiao
- halcon与vc混合编程实现图片的放大缩小,截图实现放大-halcon vc mixed programming with picture zoom, zoom shots realization
CSharpimage
- C#中实现对PictureBox中的图片的放大缩小、旋转、打印等基本操作功能-The realization of the PictureBox in the picture zoom, rotate, printing and other basic operating functions in C#
ImageBrowser
- QT实现序列图片的打开,可进行放大缩小等操作-QT achieve sequence pictures of open, zoom and other operations can be performed
imageviewer
- Qt实现的一个图片查看小工具,支持主要的图片格式,附带图片放大和缩小功能-image viewer
tanchishe
- 类似于贪吃蛇的小程序,图片会按照操作方式运动,,放大或缩小,边缘位置自动检测弹回-tan chi she
imagesee
- vb5.0开发的置顶图片浏览,可以放大、缩小-vb5.0 developed, top picture browsing, you can zoom in, zoom out
phpdemo
- PHP图片裁剪缩放demo,通过PHP实现,可以实现突破的裁剪并缩小-PHP image cropping zoom demo
zxtDraw
- 用QT写的一个绘图软件,同时对所画图片有放大缩小的功能。- Using QT to write a drawing software, at the same time on the pictures have zoomed out of the function.
hog_svm
- hog+svm的Demo,实测可以运行,搭配INRIA图片集准确率为0.96. 不足:直接把图片缩小为64*128来检测,window的滑动没有。(the demo of HOG+SVM, could run,; not enough: it resize image to 64*128. the window have no slide.)
UCImageBrowse
- 图片自定义控件、支持放大、缩小、设置比例、设置透明度等功能(Picture custom control, support zoom in, reduce, set the proportion, set transparency and other functions)
HTML5
- html5示例代码 说明:retina屏是一种具备超高像素密度的液晶屏,同样大小的屏幕上显示的像素点由1个变为多个,如在同样带下的屏幕上,苹果设备的retina显示屏中,像素点1个变为4个。 在高清显示屏中的位图被放大,图片会变得模糊,因此移动端的视觉稿通常会设计为传统PC的2倍。 那么,前端的应对方案是:设计稿切出来的图片长宽保证为偶数,并使用backgroud-size把图片缩小为原来的1/2(html5 examples for computer IE 9)