search for: rmagic

Displaying 20 results from an estimated 33 matches for "rmagic".

Did you mean: magic
2007 Feb 09
7
Upload image without rmagic
I need a way to upload an image and display it without using any of the plugins that use rmagic. I have used the plugins (file_column, fleximage) which both use rmagic and gave me problems (never got fleximage to work) Thanks in advance - K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Ta...
2006 Apr 26
5
imagemagic / rmagic dmg for OSX?
Is there a pre-built disk image for rmagic on OSX (including image magic and all the other pre-requisites)? I''ve seen that it comes on the Locomotive image but I don''t want to replace my entire development environment. Does anybody have a sense of how reliable it is on OSX? I''ve seen some fairly negative comment...
2006 Jun 30
3
gem Rmagick install problem on Linux
I get the following error when I try to install Rmagic (via gem) on Linux. Do I need to install anyting before installing rmagic? This worked seamlessly on windows. What the best way to install it on Linux. I am on RedHat ES 3. /thanks -thila Attempting local installation of ''rmagick'' Local gem file not found: rmagick*.gem Attem...
2006 Jul 07
7
file_column repository broken?
I really want to try out file_column but the repository seems to be down for me. I added it to my repository list and script/plugin is unable to see anything in it. I downloaded an archive from the website but it is not clear to me which files need to be installed to which subdirs of my RoR project. Anyone else having this issue with the repository? I am able to see other repositorys no
2006 Jul 31
0
RMagic via Rails: "Corrupt JPEG data"
I am getting the same error when trying to thumbnail existing images on dreamhost RoR with rmagick. Found any solutions or tips. Maybe Rmagick needs to be updated? -Dallas
2006 Apr 10
0
RMagic via Rails: "Corrupt JPEG data"
Hello, I''m having some trouble with opening files with ImageMagick, by way of RMagick, from within Rails. When trying to open an existing image, I get this error: "Corrupt JPEG data: premature end of data segment: " My code is pretty straightforward: pic = Magick::Image.read(filename) I can view the image in question through the browser, so I don''t think it...
2006 Apr 06
4
GraphicsMagick or ImageMagick and RMagic on OS X
Hi all, I''ve been trying to install GraphicsMagick with RMagic. I''ve tried ImageMagick with RMagic as well. I''ve tried the installations using Darwin Ports, Gems and from source. Nothing seems to work properly. My specs: ruby --version ruby 1.8.4 (2005-12-24) [powerpc-darwin8.5.0] rails --version Rails 1.1.0 convert -version Version: Image...
2009 Jan 12
2
about magick library
hi.. I am using attachment_fu in my project i want to know that which of following library is good please help me 1>imagemagick 2>RMagic -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gman...
2006 May 19
1
FileColumn
I''m using Windows and Postgres 8. I installed RMagic gem thingy and FileColumn plugin ok. I followed instructions exactly as directed on FileColumn web site which is very straight forward: ---model class My_model < ActiveRecord::Base file_column :column_for_file_name end -----view -upload form--set to mulitpart <%= file_column_fie...
2007 Apr 18
2
RMagick - CORE_RL_magick_.dll was not found
Hi, I have installed RMagick following the steps on http://rmagick.rubyforge.org/install-faq.html. I have XP. I am getting the error CORE_RL_magick_.dll was not found. I even tried restarting the machine. But no help. Please Help. Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because...
2008 Dec 04
2
Does animated gif will work properly using RMagick?
Dear all, I have used RMagic to read and write a image while uploading. An animated gif was read from my local machine and was written in my images folder using RMagick. But the animated gif which i read was witten in my folder without animation. What should i do to write the gif image with animation. Here is my code to read...
2010 Oct 13
1
Installation of rmagick --version '>= 2.13.1' on CENTOS
...talled the following components in my centos server: Ruby 1.8.7 Rails 2.3.8 Gem 1.3.7 paperclip --version ''>= 2.3.3'' will_paginate --version ''>= 2.3.15'' tlsmail --version ''>= 0.0.1'' but facing problem at the time of installation of rmagick --version ''>= 2.13.1'' When I go for installation by using the " gem install rmagick -- version ''>= 2.13.1'' " command, I am getting the following error: ERROR ===============================================================================...
2010 Feb 24
5
gem install rmagick --local
Hi all i copied rmagic gem in my local system cd rmagick-2.12.2.gem bash: cd: rmagick-2.12.2.gem: Not a directory *[root@localhost shyam]# gem install rmagick --local* Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. /usr/bin/rub...
2006 Jul 03
1
ben
Hi, Im attempting to use the sparklines graph plugin, and am reciving the message below. no such file to load -- RMagick Has anyone got any one suggestions on how to go about installing rmagick using rails or any tutorials? Thanks -- Posted via http://www.ruby-forum.com/.
2006 Jun 15
0
displaying the image within html page
Hi- I have a list of objects and each of them has an image. (like an array of person object, with name and picture as attributes) I need to display the images on the html in the thumb format. I use the following RMagic stuff to create the thumb image <% file_name = "pictures/" file_name << person.image_name file_name << ".jpg" clown = Magick::ImageList.new(file_name) clown.scale(125, 125) #clown.wr...
2006 Jun 29
1
gem flaking out on me
# gem install rmagick Bulk updating Gem source index for: http://gems.rubyforge.org ERROR: While executing gem ... (OpenURI::HTTPError) 404 Not Found # gem update sources Updating installed gems... Attempting remote update of sources ERROR: While executing gem ... (Gem::GemNotFoundException) Could not find s...
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: Install RMagick) I have an error during the...
2006 Mar 11
3
Watermarks?
I have desperately searched the web about how to apply watermarks to images in RoR Has anyone been able to apply watermarks to pictures using ruby? Any tips are very much welcomed, Thanks, Roland -- Posted via http://www.ruby-forum.com/.
2006 Mar 27
0
RMagick + Cygwin = IRB Crash !!
Hi, I am reinstalling rmagick on my pc and I am running into this issue: in irb > require ''RMagick''. Boom irb crashes no messages, no stack. I have installed GraphicMagick 1.1.7 and can run it from the command line: ie > inspect.exe xx.gif I have installed rmagick.1.10.1 and it shows up in my...
2006 Mar 27
0
Crashing irb...
in irb > require ''RMagick''. Boom irb crashes no messages, no stack. I have installed GraphicMagick 1.1.7 and can run it from the command line: ie > inspect.exe xx.gif. I have installed rmagick.1.10.1 and it shows up in my gemlist and the installed looks successfull. Running the rmagic test I get the followin...