Sha256: 234eba80905eb85fe6a2821a81cbb9672e36fd2ab59cf11123cf1a7688f0152e
Contents?: true
Size: 405 Bytes
Versions: 3
Compression:
Stored size: 405 Bytes
Contents
# frozen_string_literal: true module Assembly # the path to the gem, used to access profiles stored with the gem PATH_TO_IMAGE_GEM = File.expand_path("#{File.dirname(__FILE__)}/..") PATH_TO_PROFILES = File.join(Assembly::PATH_TO_IMAGE_GEM, 'profiles') SRGB_ICC = File.join(PATH_TO_PROFILES, 'sRGBIEC6196621.icc') CMYK_ICC = File.join(PATH_TO_PROFILES, 'cmyk.icc') end require 'assembly/image'
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
assembly-image-2.1.2 | lib/assembly-image.rb |
assembly-image-2.1.1 | lib/assembly-image.rb |
assembly-image-2.1.0 | lib/assembly-image.rb |