Sha256: 1b2ea298349a77f7ebfad13f28404ed543a2d56f883ee836866d626e7f7a6425

Contents?: true

Size: 484 Bytes

Versions: 1

Compression:

Stored size: 484 Bytes

Contents

PlainTextExtractor.new {
  every :psd
  as "image/adobe.photoshop"
  aka "Adobe Photoshop Format"

  #NOTE: PSD gets its own Extractor since convert method is different from one-layer pictures
  #      and needs -flatten option
  extract_thumbnail_with           'convert SOURCE -flatten -thumbnail 80x80 -quality 50 THUMBNAIL'

  extract_content_with             'exiftool SOURCE'
  which_should_for_example_extract '"Adobe Photoshop CS2 Windows" 584x150', :from => 'picolena.psd'
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
picolena-0.2.2 lib/picolena/templates/lib/plain_text_extractors/adobe.photoshop.rb