-
-
轻量级图像浏览器 Imagine 1.1.1 中文多语版.zip
... 和 GIF。该程序的界面带有简单的元素。借助基于资源管理器的布局,可以轻松浏览它。因此,您可以查看文件属性和 EXIF 信息,复制,移动,删除和重命名图片。但是您也可以翻转,调整大小和旋转它们,交换颜色,设置透明度级别,导入 ... TIFF,ICO,CUR,LBM,ANI,FLI,WMF,EMF 等。
从动画文件中提取单个/所有帧
显示图像/动画文件的详细信息
显示 Exif/IPTC 信息
显示或隐藏透明度
支持数码相机原始图像文件格式:3FR,ARW,CR2,CRW,DNG,ERF,KDC,MRW,NEF, ...
-
-
uploadcolumn
... >, etc. This works only, of course, if the uploaded file is a JPEG image, since that is the only filetype that has exif data. This requires the EXIFR library, which you can get by installing the gem via gem install exifr.
== Validations
...
-
minimagick
... .size #=> 3451 (in bytes)
image.colorspace #=> "DirectClass sRGB"
image.exif #=> {"DateTimeOriginal" => "2013:09:04 08:03:39", ...}
image. ... 07-11T19:17:53+08:00",
# "date:modify": "2016-07-11T19:17:53+08:00",
# "exif:ColorSpace": "1", ...
-
metadata
... .DateTimeOriginal date
Image.DimensionUnit string (px, mm, pt, ...)
Image.Editor string
Image.EXIF string (exiftool output)
Image.FrameCount integer
Image.LayerCount integer
Image.Modified ...
-
paperclip
... that
cannot be turned off. This validation will prevent content type spoofing. That
is, uploading a PHP document (for example) as part of the EXIF tags of a
well-formed JPEG. This check is limited to the media type (the first part of the
MIME type, so, ' ...
-
bashgal
... and the gallery functions just fine without JavaScript).
- JPEG header EXIF data extraction
- auto-rotation of veritcal images
This combination ... " in the config section of the
script.
- jhead for exif data extraction
On a debian-based system, just run ...
-
exiv2
Ruby extension to Exiv2 library
Library for handling exif image tags.
Basic usage:
> gem install RubyInline
> gem ... = Exiv2::Image.new("a.jpg")
puts @img["Exif.Photo.PixelXDimension"]
@img["Exif.Photo.PixelXDimension"] = 2048
@img.save
Version 1.3 ...
-
ibrouteur
... quite happy with it and so was google, the indexing was quite good.
images have infos associated to them:
- from the EXIF for the date, overriding possible
- from the directory they are in
- from the file name
thoses informations are collected under ...
-
snarfr
A ruby script for backing up flickr photos. Saves info such as geotags into EXIF.
# snarfr
snarfr is a ruby script designed for simply backing up your [flickr](http://www.flickr.com/ "Welcome to Flickr - Photo Sharing") photos.
It requires a few gems, ...
-