Displaying 20 results from an estimated 9000 matches similar to: "Image Gallery with custom thumbs...?"
2006 Mar 08
3
file_column Cropping -> image offset information
Hello,
I had a problem cropping images with file_column. These are my settings:
file_column :image, :magick => {
:versions => {
:thumb => "80x80>",
:medium => "150x150>",
:square => {
:crop => "1:1",
:size => "50x50!"
}
},
2006 Feb 25
2
Ruby Interface Recommendations Photo Gallery Creation?
Hi, I''m looking to create a gallery index page of thumbnail images which
point to their associated images galleries. Also, I would like to organize
the images from left to right and top to bottom. Furthermore, I would like
to limit the number of thumbnail images on the page. I guess that I''m
needing some type of horizontal looping interface for both the thumbnail
index page
2006 Aug 14
0
Coppermine Photo Gallery Integration
I have a RoR app that currently uses file_column for image upload and
display. The app is part of a website that uses CPG for running a photo
gallery, and I''d like to know if anyone has interfaced a RoR app to CPG
by any chance. I want to dump file_column and let CPG handle my images.
--
Posted via http://www.ruby-forum.com/.
2006 Jun 20
0
file_column Trying to Create Thumbnails of Non-Image Files??
Howdy.
We use the handy file_column plug-in in some of our apps.
We have a model with a file field and we upload both images and non-images
into this field.
It is specified as follows:
file_column :file_uri, :magick => {:versions => {:thumbnail => {:size =>
''200x''}}}
Well, it works great for images but for non-images, the save fails. The root
cause is an
2006 Dec 17
0
Using initLightbox()
Hi all
I need some help on this one:
I have a webpage that writes a jpeg into a div when you click on a
thumbnail using javascript. I wanted to display an even bigger version
of that jpeg if you click on it so I integrated the Lightbox script
(uses prototype.js and scriptaculous.js)
If I place initLightbox() into the body onload= then the first
thumbnail clicked will write the larger jpeg into
2005 Jun 08
0
XP not creating thumbs.db on samba shares?
I run a samba server as a simple file server for digital photos.
As many of you know, windows creates 'thumbs.db' files as a cache of
thumbnail views of these photos...
However, XP (SP2 in my case) seems to fail to fail to create them on my
server... This is BAD in my case, because the cache can significantly
improve the user experience of working on the folders...
Here's what
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 Jul 03
3
Open source gallery suggestion
Hello,
I''m a RoR newbie. I need to develop a gallery site for a friend of mine.
Can you suggest me an open source gallery I can start from?
I just need to manage photos, albums and an admin user in order to
modify albums.
Thanks
.Stefano
2006 Jun 07
7
file_column image versions
does anyone know much about resizing different versions of images with
file_column? i tried it and everything works fine, but my question is
can you do more than just make sizes with a version of image? i''m
working on a photo album and i would like to resize the image to a
medium size, but create a thumbnail as well and crop anything left to
make the thumbnail a perfect square.
--
2006 Mar 02
0
path problem with file_column and :magick options
Hi there,
I''m having some problems wityh the :magick options in file_coumn and
wondered if anyone else had any similar ones:
basically, file_column is working fine for me as is, but whenever I try
to do an automatic resize or thumbnail I get the error ''invalid image''.
It seems to be a path issue as I get:
unable to open image
2006 Mar 10
0
file_column: post processing to add or delete thumbnail sizes
Dear all,
I have been using file_column for sometime now, and have several
pictures which have all been uploaded by file_column. Now, I would
like to add more thumbnail sizes for various different purposes --
and perhaps to even delete the sizes I no longer use. Is there a way
to do this using file_column automatically? Or can someone please
point me out to a script or a hint on writing
2008 Dec 26
2
Video gallery in rails
Dear all,
Iam in process of creating video gallery like youtube, please suggesst
plugins i should install and best suits fro my application.
My requirements are
1) Huge file uploading to upload videos
2) creating thumbnails on videos uploaded
3) Listing thumbnails of all videos in video gallery folder.
4) Onclicking thumbnails video should be played
Please suggest a way to proceed
2006 Jan 14
0
File_column fails with uppercase extentions
I think this might be a Mac OS X only bug. Mac OS X stores filenames
case sensitively but compares filenames without case sensitivity.
same file:
script/../config/../public/document/thumbnail/tmp/1137259310.479525.806/barcelona.JPG
and
script/../config/../public/document/thumbnail/tmp/1137259310.479525.806/barcelona.jpg
/usr/lib/ruby/1.8/fileutils.rb:846:in `fu_each_src_dest''
2006 Apr 23
2
file_column and Thumbnails
I see that the SVN version of the excellent file_column plug-in can create
thumbnails using the url_for_image_column helper.
This uses Rmagick to create the thumbnail... Quick question...
Let''s say the file is a TIFF image - can the helper create a JPG version of
the thumbnail for display in the browser?
Curious if the plug-in can handle that transform with some creative use of
the
2006 Feb 01
2
Getting Started with Site Redesign and RoR
Hello all:
I am in the process of redesigning my site and was thinking about
incorporating RoR into the overall structure. However, there are
multiple things I would like to create with Rails, namely a gallery, a
weblog, and portfolio management system. Given that I am going to be
using a lot of RoR, what is the best way to accomplish this task? Here
are some random things that have come
2006 Apr 06
4
Using RJS to call custom JavaScript class/method
The announcement for RoR 1.1 shows some nice examples of RJS calls. In
particular I am interested in this one:
# Call the custom JavaScript class/method AddressBook.cancel()
page.address_book.cancel
In trying to develop a "lightbox" style modal form, I have been
successful in saving the form data via AJAX but I can''t seem to close
the "lightbox". I am using the
2007 Nov 01
1
[Bug 13045] New: Gallery application at www.weekend.ee not working
http://bugs.freedesktop.org/show_bug.cgi?id=13045
Summary: Gallery application at www.weekend.ee not working
Product: swfdec
Version: 0.5.3
Platform: x86-64 (AMD64)
URL: http://www.weekend.ee/?gid=1273
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: plugin
2006 Aug 23
0
Rotating Images with file_column
Hi everyone,
I have a photo site that I''m making and I''m using file_column to
handle the auto-generation of several "version" of each photo:
essentially thumbs and fuller-sized version. The full sized versions
retain the original''s proportions, whereas the thumbs are all 4:3.
This means most of the thumbs are cropping the original. This all
works great, but I
2006 Apr 28
2
file_column with polymorphic table relationship?
Hello,
I''m just starting out with both Rails and Ruby, so I hope this isn''t too
simple of a question - but I''ve been struggling to find a solution.
I''m using the file_column plugin to handle image uploads and thumbnail
generation. In addition, I''ve wrapped the image into a polymorphic table
so I can have uploaded images associated with multiple
2006 Jul 19
0
Web Service (server) and file_column issues
Hi there,
I''m having some issues with using SOAP and file_column. The Web service I
created is pretty straight forward. It gets the 5 most recently updated
members from the database. Nothing too spectacular. However, the Members
class uses file_column and when I try to connect to my web service I get
this error:
TypeError in Connect to serviceController#display_recent_updates
Do