search for: transform_with_magick

Displaying 8 results from an estimated 8 matches for "transform_with_magick".

2006 Mar 15
1
file_column imagemagick strangeness
...Images#create unable to open image `rian/www/dev.domain.dom/public/images/example.jpg'': No such file or directory: (''image'' should be `/home/dorian/www/dev.domain.dom/public/images/example.jpg'') This all happens in the file magick_file_column.rb in the method transform_with_magick. The line raising the error is: img = ::Magick::Image::read(absolute_path).first and if I replace absolute_path with a string I get the same truncation happening. I''m going mad trying to sort this out. Has anyone else had this happen to them, or have *any* idea what might be going on h...
2006 Jun 04
4
"can''t convert Magick::GravityType into Integer"
...; Any advice? Here''s the backtrace: [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:90:in `crop'' [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:90:in `transform_image'' [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:21:in `transform_with_magick'' [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:17:in `each_pair'' [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:17:in `transform_with_magick'' [RAILS_ROOT]/vendor/plugins/trunk/lib/magick_file_column.rb:219:in `headshot_magick_after_assi...
2006 Feb 14
0
RoR BSD setup, file_column / Rmagick "invalid image"
...ry to add it. 1 error prohibited this equipment from being saved There were problems with the following fields: Image invalid I traced that part back to 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...
2006 Feb 15
0
file_column / Rmagick "invalid image" when image is valid
...ine. 1 error prohibited this equipment from being saved There were problems with the following fields: Image invalid im pretty 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...
2005 Dec 02
1
Rmagick/File Column Problems
...t everything installed but File Column is giving me errors: NameError (uninitialized constant Magick): /usr/local/lib/ruby/gems/1.8/gems/activesupport-1.2.3/lib/active_support/dep endencies.rb:195:in `const_missing'' /vendor/plugins/file-column-0.3/lib/magick_file_column.rb:8:in `transform_with_magick'' /vendor/plugins/file-column-0.3/lib/magick_file_column.rb:96:in `record_cover_magick_after_assign'' /vendor/plugins/file-column-0.3/lib/magick_file_column.rb:95:in `record_cover_magick_after_assign'' /vendor/plugins/file-column-0.3/lib/file_column.rb:587:in `se...
2006 Jan 04
9
Family Connection 1.0
This is a follow-up announcement from the 0.9 release. There are no major changes, but this release marks a downloadable (tgz) file as well as a promotional website, a demo application and screenshots. Family Connection is an easy-to-setup online hub for your family that includes a Family News section, and an Address Book. http://familyconnect.rubyforge.org/ Please note that the download
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 Oct 18
4
Segmentation bug - file_column?
...as instead getting the very occasional mongrel going way out of control and taking over enough memory to force a hard reboot to get back to it. (which is why I upgraded) Do you think the problem is in file_column somewhere? The line it mentions is where it is calling ImageMagick: def transform_with_magick if needs_transform? begin img = ::Magick::Image::read(absolute_path).first <-- This is line 7 Thanks in advance for any ideas!! Cameron