Rmagick DNG

J

Jonathan Denni

I am using RMagick to process photos that are in the DNG format.
However, RMagick seems to just use the thumbnail version of the image.
How do I tell it to use the full resolution image?


require "base64"
require "rubygems"
require 'RMagick'
include Magick

f=File.open(file_name,'r')
p = Image.read(f)
p[0].format='JPG'
return Base64.encode64(p[0].to_blob)
 
R

Roger Pack

Jonathan said:
I am using RMagick to process photos that are in the DNG format.
However, RMagick seems to just use the thumbnail version of the image.
How do I tell it to use the full resolution image?

Could re-post this to their rubyforge forum.
-r
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top