This will print out "0" when in fact, the file should have about 300 columns.
Also, because of the unfixed bug #1299, I had to append a random 8 digits before the file name.
Please roll this back in breezy. Most of us in production environments will not be going to dapper right away, and these bugs affects many, many people. Most people just get frustrated and compile. I would much rather use my packages.
This is a real bug. Here is my test code.
require "RMagick"
include Magick
image = Magick: :Image. read('12345678' + 'file.jpg')
puts image.columns
========
This will print out "0" when in fact, the file should have about 300 columns.
Also, because of the unfixed bug #1299, I had to append a random 8 digits before the file name.
Please roll this back in breezy. Most of us in production environments will not be going to dapper right away, and these bugs affects many, many people. Most people just get frustrated and compile. I would much rather use my packages.