search for: magick_error

Displaying 4 results from an estimated 4 matches for "magick_error".

Did you mean: magic_error
2006 Feb 14
0
RoR BSD setup, file_column / Rmagick "invalid image"
...within file column. from "/file-column/lib/magick_file_column" <code> class BaseUploadedFile # :nodoc: def transform_with_magick if needs_resize? begin img = ::Magick::Image::read(absolute_path).first rescue ::Magick::ImageMagickError @magick_errors ||= [] @magick_errors << "invalid" return end </code> now im wondering what do i need to do or change to get this working right? it really bugs me becuase it works fine on my box, and the error it gives doesnt tell me much about what is happenin...
2006 Feb 15
0
file_column / Rmagick "invalid image" when image is valid
...sure that part was generated by this code from within file column. from "/file-column/lib/magick_file_column" <code> class BaseUploadedFile # :nodoc: def transform_with_magick if needs_resize? begin img = ::Magick::Image::read(absolute_path).first rescue ::Magick::ImageMagickError @magick_errors ||= [] @magick_errors << "invalid" return end </code> now im wondering what do i need to do or change to get this working right? it really bugs me becuase it works fine on my box, and the error it gives doesnt tell me much about what is happening, the logs dont seem to show...
2006 Apr 07
4
file_column and animated gifs
hi, is it possible to resize animated gifs with file_column? if i upload an animated gif file with file_column than the animation no longer exists... -- Posted via http://www.ruby-forum.com/.
2006 Jan 19
0
file_column error: tmp file created but not actual
...image", "invalid image"]}, @base=#<Wallpaper:0x40a37d24 ...>>, @image_state=#<FileColumn::TempUploadedFile:0x40a14978 @filename="Chic_Skype.jpg", @attr="image", @tmp_dir="1137655234.461399.9849", @instance=#<Wallpaper:0x40a37d24 ...>, @magick_errors=["invalid image"], @dir="script/../config/../public/wallpaper/image/tmp/1137655234.461399.9849", @just_uploaded=true, @options_method=:image_options>, @attributes={"downloads"=>"0", "date_created"=>"Wed Jan 18 23:20:12 PST 2006",...