Skip to content

Commit 0ff2b5e

Browse files
committedAug 2, 2014
Add missing image with ICC profile
It was expected to be there as of 962d56c in Feb 2013 Yet was never commit as far as I can tell. I haven't found what that image might have been, so I grabbed an image with ICC version 2 and ICC version 4 profiles from http://www.color.org/version4html.xalter and confirmed the code works as expected Magick::Image.read("./doc/ex/images/image_with_profile.jpg").first.color_profile returns a string of characters. (Otherwise it would return nil)
1 parent 5bc357a commit 0ff2b5e

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed
 

‎.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Gemfile.lock
77
InstalledFiles
88
_yardoc
99
coverage
10-
doc/
1110
lib/bundler/man
1211
pkg
1312
rdoc

‎doc/ex/images/image_with_profile.jpg

27.2 KB
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.