[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

howto perfom Image.read

Guido Holz

1/31/2008 6:25:00 PM

Hey mates,

I tried to read images (full-sized DSLR-images) more faster, but I can´t
find some information howto perform reading images....

When I try

Image.read("myImageName").first

then it takes a long time (more then 2 sec.)

How can I perform that?!?

On the other hand, I don´t know how to turn the images with
auto_orient... It has no effects :-( I can see the valid Orientation in
the EXIF-Data

I use rmagick 2.2.0 and ImageMagick 6.3.7

thanks for help!
--
Posted via http://www.ruby-....

1 Answer

Tim Hunter

1/31/2008 9:59:00 PM

0

Guido Holz wrote:
> Hey mates,
>
> I tried to read images (full-sized DSLR-images) more faster, but I can´t
> find some information howto perform reading images....
>
> When I try
>
> Image.read("myImageName").first
>
> then it takes a long time (more then 2 sec.)
>
> How can I perform that?!?
>
> On the other hand, I don´t know how to turn the images with
> auto_orient... It has no effects :-( I can see the valid Orientation in
> the EXIF-Data
>
> I use rmagick 2.2.0 and ImageMagick 6.3.7
>
> thanks for help!

Open a bug track on the RMagick project at RubyForge and either upload a
copy of the image with the track or include a URL where I can download a
copy.

--
RMagick: http://rmagick.ruby...
RMagick 2: http://rmagick.ruby...rmagick2.html