Displaying 20 results from an estimated 90000 matches similar to: "resizeing an image from Flickr URL"
2007 May 17
0
Trying to impliment the Rails Flickr screen cast
I am trying to experiment with Flickr so I am following the screen
cast on the Rails web site.
I have installed the flickr gem and got an API key from flickr. I am
having an issue when I try to run the example though as I am told that
my API key has expired. As I only got it about 20 minutes before
writing this I find that hard to take.
Here is a copy of the error message.
Showing
2009 Feb 09
0
flickraw: flickr.tags.getListUserRaw
Hi!
I need to call the flickr.tags.getListUserRaw API method
(http://www.flickr.com/services/api/flickr.tags.getListUserRaw.html)
with the flickraw gem.
Unfortunately there is no documentation how to authenticate and then
call the method. Just calling flickr.tags.getListUserRaw doesn''t work,
although flickr.tags.getListUser does work.
I set my FlickRaw.api_key and
2007 Jan 15
1
Flickr.rb - displaying tags
Maybe I''m having a "slow day" but I can''t for the life of me figure out
how to print a photo''s tags using the flickr gem (flickr.rb). Consider
this:
<% @photos.each do |photo| %>
Tags: <%= debug(photo.tags) %>
<% end %>
...Gives the following output:
tag:
- authorname: gmacgregor
author: 62682519@N00
id: 4181224-280985155-130
2009 Jan 10
0
Upload to Flickr or Picasa and Google Video or YouTube
Hi Group,
I am trying to develop a Ruby on Rails Mashup which includes images
and video.
Would someone kindly direct me to a Ruby on Rails tutorial / code
sample on:
(1) Uploading an Image to Flickr or Google Picasa; and
(2) Uploading a Video to YouTube or Google Video.
Thanks.
Regards
Walter
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
2008 Jan 28
0
Which Flickr library?
Anyone got a preference for a Ruby flickr library. There seem quite a
few over a Rubyforge?
Cheers
Chris
--
----------------
http://pushrod.wordpress.com -- old dogs, new tricks
http://autopendium.com -- a place your old car can call home
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Apr 06
0
Using Rails and the Flickr API
Hi all,
Week 2 of my Rails experience and I''m loving life!
This is one of my first times consuming a web service, but the Rails
demo made the process very exciting... I followed along with the video
and have my own little Flickr search up and running! Woo hoo!
So now I want to do a bunch of other things to it and I''m struggling...
excuse my ignorance, but is there some
2008 Jan 22
4
resizing images for display only with image_tag()
image_tag() has :size option, but only takes height/width parameters. i
want to be able to scale down the image by 50% because all my images are
different sizes so i cannot be specific as image_tag() wants me to be.
is there another RoR method i could use.
note: i don''t want to resize my original images, i just want to be able
to display them %50 smaller. hope i make sense.
btw, great
2006 Jul 19
1
flickr.rb error
hi all,
i am trying to put flickr on my ruby app using the famous "Putting
flickr on Rails" tutorial...i followed all the steps what was given
there...but the followoing error always come...
Error Message:
NoMethodError in FlickrController#search
private method `gsub'' called for 24:FixnumRAILS_ROOT:
C:/rails/flickr/config/..
Application Trace | Framework Trace | Full
2005 Dec 20
1
Problems w/ Flickr demo
I''m trying to alongside the Flickr demo, and I''m getting the following
error. I''m not sure why, as my code matches up exactly with what''s in
the video. I''d appreciate any help.
RgBJA
-----
OpenSSL::SSL::SSLError in Flickr#search
SSL_CTX_new:: library has no ciphers
RAILS_ROOT: script/../config/..
Application Trace | Framework Trace | Full Trace
2008 Mar 20
0
Having trouble with a remote-crop-then-resize using attachment fu =(
Basically, I''m trying to crop multiple images out of a remote/original
scene.. Think flickr ''tagging'', only, the pixs in the tagged boxes
become their own unique images.. by way of simulating an upload from
the controller using attachment fu.. can''t quite figure out the
specific method in fu that would allow me to do this.. I''m so near the
edge right
2005 Dec 17
2
Testing flickr
Hi, I watched the flickr demo video some days ago and I was impressed of
Rails so I decided to test it my self.. I put it on my web server on
windows (Apache2/fcgi/Rails1.0). All works well but I have this in my
log:
Processing FlickrController#search (for 127.0.0.1 at 2005-12-17
15:00:02) [POST]
Parameters: {"commit"=>"Find", "tags"=>"flower",
2006 Jul 20
1
Installing flickr.rb on Dreamhost Error - HELP
I tried to install flickr.rb on my Dreamhost server, and I got an error.
This is what I did to install it:
$> gem install flickr
I''m not sure if there are any other parameters... does anyone know why I
got errors when trying to install this? What does it mean when it asks
"Install required dependency xml-simple?"
By the way, here''s the results:
[myserver]$
2007 Mar 07
0
Scroll + php
hi, i am working on flickr like photo organizer, scroll bar worked
fine, but when i resize the browser window, i want scroll bar to
refresh it self or to recalculate the width, so when i drag, the
handle should not go out side the browser,
i am unable to find the solution, need help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to
2006 Feb 12
3
Flickr demo screencast
Hi,
I''m new to Ruby and Ruby on Rails. Yesterday I just received the Agile
Web Development with Rails book.
Now I wanted to recreate the Flickr demo screencast
(http://www.rubyonrails.com/screencasts) just for fun to see it live.
But unfortunately when I start my server I get some warnings:
g5:~/ruby/flickr mw$ ruby script/server
=> Booting lighttpd (use ''script/server
2007 Nov 04
4
Hidden URL
Hello,
I have in my application a private public URL. For those who know
Flickr, it is sorta like the URL you give to your friend for them to
access your photos. Usually the URL looks like this:
http://www.domain.com/url/khjuytf678ysdfksdgihsd
Where "khjuytf678ysdfksdgihsd" is an encoded path. Let say I want to
have a public-private page for:
2006 Jan 11
0
File_column : how can I resize/convert/whatever an image according to form-submitted values?
Hi guys,
I want to have a file upload form which would allow the user to ask for
certain transformations of the image before saving it - most importantly, to
resize it.
Now, how can I make an instance of FileColumn enabled model process these
imagemagick instructions?
My model looks looks somewhat like :
class Image < ActiveRecord::Base
attr_accessor :resize_dimension, :resize_to
2006 Jun 24
2
using flickr.rb
Does anyone have any experience with using flickr.rb? Seems the only
thing which is documented for it is searching through your photos.
Anyway, all I''m trying to do is return a list of my 20 most recent
photos, but nothing seems to work.
doing this returns 100 photos for a given user (which takes all day to
load)
@flickr = Flickr.new ''API KEY''
@user =
2006 Jul 20
3
Flickr API and Ruby Question...
I have a local version of the flickr.rb file installed and working
properly, but apparently I''m having issues installing it on my Dreamhost
server.
So, does anyone know how to do it the normal way? Just interfacing
directly with the flickr/api without using the gem ''flickr.rb''?
Any tips in the right direction would help me tremendously! Thanks!
--
Posted via
2009 Jan 10
1
Help resizing mages
I have a web in development. I need to upload some images and to resize
them in a form. I am able to upload some imags thanks to paperclip, but
I have problems resizing this images. I am becaming mad trying to make
work ImageMagik and Rmagick and I think it will became a lot worse once
I find a host a put the web in production. So I wonder if its another
way to resize images.
I have used other
2005 Dec 16
3
Purpose of ''yield'' in layout file in Flickr video?
During the excellent flickr video, the presenter
adds the following to the applications layout file:
<body>
<%= yield %>
</body>
What is the purpose of the ''yield'' line? I would think
there would be a content_for_layout tag there instead.
Thanks,
Don
--
Posted via http://www.ruby-forum.com/.