search for: thumbnails

Displaying 20 results from an estimated 407 matches for "thumbnails".

2007 Nov 07
1
thumbnailer/swfdec-thumbnailer.c
thumbnailer/swfdec-thumbnailer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit a31d0686b78df2da96b9d8d1e3220e63978bba30 Author: Benjamin Otte <otte at gnome.org> Date: Wed Nov 7 20:02:04 2007 +0100 s/swfdec_player_get_image_size/swfdec_player_get_default_size/ diff --git a/thumbnailer/swfdec-thumbnailer.c b/thumbnailer/swfdec-thumbnailer.c index
2007 Jan 08
6
Thumbnail plugin
Hi, With some help from Quinn_Storm, iXce, maniac103, mikedee and KristianLy :), I've managed to modify switcher.c and make a new plugin: thumbnail. The plugin shows thumbnails of windows when cursor is moved over a task button in taskbar. Screenshot: http://pix.nofrag.com/b0/7a/051d45e25bfffed09eeb9b00e383.jpeg Download: http://forum.go-compiz.org/viewtopic.php?t=377&postdays=0&postorder=asc&start=0 David, what do you think about it? Is it good enough to be...
2012 Mar 29
4
link Explorer Shell extensions to Gnome thumbnailer
Programs with special uncommon file formats (not jpg) often register a shell extension in Explorer that offers thumbnails for these files (since the files otherwise wouldn't have previews). When I trigger in a Wine application (eg. SketchUp) the File Open dialog, I can see previews of the files (skp files) in the preview panel. This means the shell extension does work in Wine. The Shell extension only is not of m...
2008 Jan 03
0
data/Makefile.am data/swfdec-player.1 data/swfdec-thumbnailer.1
...@ +.TH SWFDEC-THUMBNAILER 1 "01 Nov 2007" +.SH NAME +swfdec-thumbnailer \- Create a thumbnail for a Flash file +.PP +.SH SYNOPSIS +.B swfdec-thumbnailer +[ OPTION ...] < +.I INPUT +> < +.I OUTPUT +> + +.SH DESCRIPTION +swfdec-thumbnailer is a program that provides screenshots (thumbnails) +for Flash files. These thumbnails can then be used by other programs like +the Nautilus file manager. + +.SH ARGUMENTS +.PP +.B INPUT +The input filename. This should be a Flash file. +.PP +.B OUTPUT +The output filename for the thumbnail. The output file will be in PNG format. + + +.SH OPTIONS +...
2006 Mar 01
2
error: uninitialized constant
total rails nuby here. I have a table "thumbnails", hence the model Thumbnail. I''m extending the Thumbnail class with a few constants needed for thumbnail cropping: class Thumbnail < ActiveRecord::Base SOURCE_FILE_PATH = "path/to/source" TARGET_FILE_PATH = "path/to/target" TARGET_WIDTH = 100 TARGET_HEIGHT...
2006 Jul 17
6
3 newbie questions
hey all, I have 3 tables like this: Images (id,name) Tags (id,name) ImagesTags(imageid,tagid) in my image model I do a "has_and_belongs_to_many :tags" but to make it work I need to rename ImagesTags(imageid,tagid) to Images_Tags(image_id,tag_id). My question is that given that I can''t rename the table, is there any way to make it work with the original names? Second question:
2006 Mar 27
3
RMagick and thumbnails
I''ve based my code on the Agile example for uploading files, pages 362-365. I''ve successfully loaded the Picture object to the database, but I come unstuck when trying to replicate this for a thumbnail version of the original image: thumbnail = Thumbnail.new thumbnail.name = ''thumbnail_'' + @picture.name.to_s
2008 Jun 30
1
javascript onclick for thumbnails
Hi, i was struggling for a function where only 1 thumbnail should be active and others inactive when clicked on the particular thumbnail. code: 1. view: 2. <script type="javascript"> 3. function PlayVideo_options(videoFile, id) { 4. document.getElementById(id).className = ''video_option active_video''; 5. } 6. </script> 7. 8.
2005 Oct 18
3
hand writing sql for eager loading of thumbnails
Can anyone point me to a resource for hand coding some sql so I can create my own for the following models: I''m using single table inheritance to store related objects eg: Thumbnail < Image < File :: ActiveRecord:Base Image has_many thumbnails Thumbnail has_one image When I come to list thumbnails I''d like to be able to: 1. List all images relating to a product 2. For each Image get a link to the smallest thumbnail 64px x 64px and link to it. 3. List all thumbnails related to an image I figure I need to 3 things: 1. Select...
2006 Aug 09
8
AJAX image manipulation
...quot;entry"> <img src="<%= photo.image_url %>"/> <h3><%= h(photo.title) %></h3> <%= photo.description %> </div> <% end %> ....can someonw show me how I can return the results to AJAX? What I want to do is to display thumbnails along the bottom and when a user clicks on one have it a 5x7 area on the screen populated... Can AJAX receive resultsets from ROR? Thanks, Jim _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today - it''s FREE!...
2007 Nov 15
0
9 commits - data/Makefile.am player/swfdec-player.ui player/swfdec-window.c po/fr.po po/POTFILES.in po/POTFILES.skip thumbnailer/Makefile.am
...nterface definition" +msgstr "Erreur interne dans la d??finition de l'interface utilisateur" #: ../thumbnailer/swfdec-thumbnailer.schemas.in.h:1 msgid "" "Boolean options available, true enables thumbnailing and false disables the " "creation of new thumbnails" msgstr "" +"De cette valeur d??pend la cr??ation de miniatures pour les fichiers Flash, ou " +"non" #: ../thumbnailer/swfdec-thumbnailer.schemas.in.h:2 msgid "Enable thumbnailing of Flash files" -msgstr "" +msgstr "Activation de la c...
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...
2011 Jun 25
0
Good Centos Security Advice & Gnome Thumbnails
...ome Thumbnail system is mentioned in (1) as dangerous. As many Centos/Red Hat installations use it, here is a brief extract from page 30. 2.2.2.6 Disable All GNOME Thumbnailers if Possible The system?s default desktop environment, GNOME, uses a number of di?erent thumbnailer programs to generate thumbnails for any new or modi?ed content in an opened folder. Execute the following command to prevent the thumbnailers from automatically creating thumbnails for new or modi?ed folder contents: gconftool-2 --direct \ --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory \ --type bool \ --set /deskt...
2009 Dec 16
4
rsync exclude
I am trying to backup my /home directory. A friend helped me with this script: #!/bin/sh #backup friday #"Spinning up backup drive and mounting it .." cd / mount /mnt/hd2 #"Starting backup procedures" rsync -avx --exclude="/home/gary/.thumbnails/" --exclude="/home/gary/tmp/" --delete --ignore-errors /home/gary /mnt/hd2/2010 umount /mnt/hd2 #END It backs up /home OK. However it does not exclude .thumbnails or tmp. I have read the manual and am confused on the use of --exclude. I am strictly a user. I am using rsync suppl...
2006 Feb 17
1
validate() with has_many association
I''m creating a simple portfolio site for a painter. I have a painting and an image model with following relationship: Painting has_many :images Image belongs_to :painting On the edit screen the user can edit the Painting data as well as upload pictures for a thumbnails and full size image. The Image model extracts filename, width, and height from the uploaded file, saves those to the database and saves the uploaded file to disk. For the Image I''m doing some custom validation so I''ve overridden validate(). My problem is that, though Image i...
2007 Dec 16
0
po/LINGUAS po/pl.po
...n the user interface defintion" +msgstr "B????d wewn??trzny w definicji interfejsu u??ytkownika" + +#: ../thumbnailer/swfdec-thumbnailer.schemas.in.h:1 +msgid "" +"Boolean options available, true enables thumbnailing and false disables the " +"creation of new thumbnails" +msgstr "" +"Dost??pne opcje logiczne, prawda w????cza tworzenie miniaturek, fa??sz wy????cza tworzenie nowych miniaturek" + +#: ../thumbnailer/swfdec-thumbnailer.schemas.in.h:2 +msgid "Enable thumbnailing of Flash files" +msgstr "W????czenie tworzenia minia...
2010 Nov 11
1
samba over internet slow with images/thumbnails
Hello, Iam providing access to many images on a share to windows users from my linux samba over the internet. The problem is that I need thumbnail viewing because of the nature of this library and thumbnails take to much time to load it seems as though it is actually loading the entire image to then display the small thumbnail. Is this true? Also isnt there some kind of caching that can be activated? Anything to increase this speed. Each image weights about 800kb, and the user is sitting on a 1mbit li...
2007 Mar 04
3
Dynamically setting the image directory used by attachment_fu
It took me a while to figure this out and I don''t see any wiki pages for attachment_fu so I figure I would just post this here. I didn''t like the way attachment_fu by default creates directories under a given directory for a specific class e.g. item_image/1/img_1.jpg item_image/1/img_1_thumb.jpg item_image/2/img_2.jpg item_image/2/img_2_thumb.jpg item_image/3/img_3.jpg
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 if this has anything to do with ImageScience or if it''s rather...
2006 Feb 25
2
Ruby Interface Recommendations Photo Gallery Creation?
...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 and the associated image galleries. Then I would also need a navigation interface for traversing through the pages of the gallery thumbnails as well as the associated gallery pages (i.e. regular size and thumbnails images). It seems that pagination would assist me in regards to limiting the number of items on a page and creating revious and next links but does it allow one to list the items on a page (i.e thumbnails) horizontally inste...