similar to: Image Science vs. RMagick

Displaying 20 results from an estimated 20000 matches similar to: "Image Science vs. RMagick"

2007 May 23
8
ImageScience, Mini-Magick and RMagick
I''m going to be generating thumbnails from user uploaded images. I''m looking around at the libraries available to do this sort of thing and there are three that look promising. ImageScience -- http://seattlerb.rubyforge.org/ImageScience.html Mini-Magick -- http://rubyforge.org/projects/mini-magick/ RMagick -- http://rmagick.rubyforge.org/ It looks like a lot of people are
2006 Dec 15
6
RMagick=bad, ???=good
I know that Zed has made mention of the fact that using RMagick with mongrel and rails is a bad thing. I''m currently using FlexImage (which in turn uses RMagick) on my application and really haven''t had too many problems. We get a restart for memory usage every 8-10 hours on one mongrel of twelve running, but I''m not sure if that''s an RMagick issue. Either way,
2007 May 16
2
RMagick Setting Quality or Compression
I am trying to dynamically set the compression or quality of an image when displaying it. I have seen in the RMagick documentation how to set the quality only when writing the file to disk. How can I set the quality dynamically or set the compression? The method "image.quality=" does not exist and "image.compression_type=" is not in the documentation. I have tried
2007 Feb 06
1
Attachment_fu ImageScience FreeImage thumbnail quality
I''ve tried migrating acts_as_attachment to attachment_fu (just to see if I could replace RMagick with ImageScience+FreeImage), but the quality of the thumbnails is just horrendous, blurred beyond recognition (downscaling a 1280x1024 to a few considerably smaller thumbnails). Changing attachment_fu to use RMagick again and the thumbnails were crispy sharp again. I was wondering
2011 Dec 29
1
rmagick and imagemagick
I am having issues loading imagemagick and rmagick on webfaction. I have installed a rails app called balder that organizes images. my main problem is that i can''t seem to upoload the image sthrough balder. balder uses imagemagick and rmagick when i use the console and do this: irb(main):003:0> require ''RMagick'' => nil I don''t think rmagick is
2007 Aug 17
3
Problem Installing RMagick
Okay, so I am setting up a brand new Macbook and can''t seem to get RMagick or ImageMagick to install with Darwin Ports. Can anyone give me some insight as to why this may be failing? I get the same error when I do a "sudo port install imagemagick". Thanks! sudo port install rb-rmagick Password: ---> Building XFree86 with target World Error: Target org.macports.build
2006 Jul 21
1
setting image resolution with Rmagick
Hi Has anyone had success with setting image resolution with Rmagick. I am resizing an uploaded image with Rmagick, problem is it keeps the original images resolution and I want to change it to 72dpi. <<<<<< code example >>>>>>>>>> # these are the various techniques I have tried when and after reading the file, trying any or all of them does
2007 Jan 22
1
imagescience
hi ya all, i am tryin to deploy imagescience on a small app i made. and i found no good tutorial/introduction on how to do so... i installed the gem and all the dependencies but when I try to call the ImageScience object: uninitialized constant ImageScience some code sample can save me. thanks all, K -- Posted via http://www.ruby-forum.com/.
2008 Sep 15
1
RMagick Image Rendering Problem
RMagick Image Rendering I am fairly new to Ruby on Rails and I have been trying to upload images and create thumbnails using the "Processing Uploaded Images" recipe from the Rails Recipes book. The script uses RMagick to create thumbnails of the uploaded images and saves both the uploaded images and the thumbnails in the public/uploaded_images directory. However when I upload an image,
2009 Jan 12
0
Create Slashed and dotted image through Rmagick in ROR
Hi friends , I have to create four type of images in my application (more like http://lab.rails2u.com/bgmaker/ ) 1.Slashed 2.Dotted 3.Strip 4. Gradient I get succeed in order to create the gradient image through Rmagick But i don''t have any progress in rest of three . Will anybody tell me how to create the above type of images through Rmagick . If nayone having any idea please welcome.
2006 Mar 23
0
Reading image file field data directly into RMagick
I''m trying to read image data from an upload file field directly into an RMagick image object without having to temporally save the image file first. Assuming my file field param is assigned to @temp_file, i tried RMagicks from_blob method: img = Magick::Image::from_blob(@temp_file.read) But i get an error message saying that the blob is empty. I also tried feeding it the entire
2006 Feb 15
0
file_column / Rmagick "invalid image" when image is valid
So I''ve recently finished up my first RoR application and made sure it all worked right on the windows machine i developed it on. then deployed it on GeekISP.com which runs Open/Free BSD. I had to jump through a few little hoops to get it working and set the permissions for rails to create directories, but it still doesnt work right. When i go to add a new item to the database and try
2006 Oct 05
1
Generate image titles with a custom font and rmagick
Hi all, i was experimenting with rmagick but i cant find a way to do this. I want to generate an image containing the title of a blog post with a custom font, for example like this page: http://photomatt.net/2006/10/02/blogtalk-presentation/ Any references or advice in how to do this are more than welcome :) -- Posted via http://www.ruby-forum.com/.
2006 Feb 14
0
RoR BSD setup, file_column / Rmagick "invalid image"
So ive recently finished up my first RoR application and made sure it all worked right on the windows machine i developed it on. then deployed it on GeekISP.com which runs Open/Free BSD. I had to jump through a few little hoops to get it working and set the permissions for file_column to create directories, but it still doesnt work right. When i go to add a new item to the database and try
2006 Jun 30
1
delay displaying rmagick resizing of uploaded images
Hi, I am using rmagick to resize a copy of uploaded images and display the copy as a thumbnail. Once the upload is processed it redirects the user to a page that should display the thumbnail to the user. The problem is that the rmagick resize function seems to keep going in the background after handing the new images url (and control) back to rails, which then happily renders the page with
2006 Aug 11
0
File column and rmagick not creating resizing some images
I am new to RoR. I am trying to use file_column and rmagick to resize images uploaded to my RoR app. The problem is that only images larger than the dimensions specified in my code will resize. For instance, if the uploaded image is 98x98, then the new images will remain that size. How can I enlarge images using file_column and rmagick? Here is the code in my model: file_column
2010 May 06
0
how to find installed gem is rmagick 2 or rmagick 1?
Dear Friends, I need to install rmagick2. when i give gem install rmagick, rmagick 2.13.1 is installed. But how do i find whether its rmagick 1 or rmagick 2? Is is the series starts with rmagick 2.... belongs to rmagick 2 & series starts with rmagick 1.... belongs to rmagick 1? Thanks in advance Regards, Jose Martin -- Posted via http://www.ruby-forum.com/. -- You received this
2006 Apr 17
0
RMagick installation error.
Hi everyone, I don''t know if it''s the right place to ask you this question. Anyway, now I''m trying to install RMagick, under Ubuntu Linux, in order to have an image resizing using RubyonRails. I followed the description how to install RMagic: http://rmagick.rubyforge.org/install-linux.html Everything works, as it''s written, but during the last point (Step 3:
2007 Nov 22
0
Problem Installing RMagick with Instant Rails on Windows
I''m running Instant Rails 1.4 on Windows XP with SP2. I have downloaded the Windows binary version of RMagick from the RubyForge page. Specifically, I have downloaded: 1.14.1 binary gem for Ruby 1.8.5 (fixed for RubyGems 0.9.4) RMagick-1.14.1_IM-6.3.0-7-Q8-2.zip I have removed any older versions of RMagick using: gem uninstall RMagick I have updated my version of rubygems. I
2006 Aug 05
0
RMagick and FastCGI on Windows
I''m having trouble getting RMagick to work on my Apache/FastCGI setup. If I top Apache and start WEBrick on the exact same app/dirs, it works fine. I installed RMagick following the instructions here: http://rmagick.rubyforge.org/install-faq.html#win That gives me: C:\ruby\lib\ruby\gems\1.8\gems\RMagick-win32-1.9.2-mswin32\lib