Sha256: 2c4cbebb5b4ac6b79df4398eee346bea45d7c803a8bc16777abe8c024e7b564e
Contents?: true
Size: 354 Bytes
Versions: 7
Compression:
Stored size: 354 Bytes
Contents
require './spec/spec_helper.rb' describe "XMP with EXIFR::JPEG" do before do XMP::Silencer.silently { @img = EXIFR::JPEG.new('spec/fixtures/multiple-app1.jpg') } end it "should parse image" do xmp = XMP.parse(@img) xmp.should be_instance_of(XMP) xmp.namespaces.should =~ %w{dc iX pdf photoshop rdf tiff x xap xapRights} end end
Version data entries
7 entries across 7 versions & 4 rubygems