Displaying 20 results from an estimated 407 matches for "thumbnail".
Did you mean:
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/...
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 abou...
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...
2008 Jan 03
0
data/Makefile.am data/swfdec-player.1 data/swfdec-thumbnailer.1
data/Makefile.am | 2 ++
data/swfdec-player.1 | 44 ++++++++++++++++++++++++++++++++++++++++++++
data/swfdec-thumbnailer.1 | 39 +++++++++++++++++++++++++++++++++++++++
3 files changed, 85 insertions(+)
New commits:
commit 481b1aa876d52a5260dd3f75c967540f4252b474
Author: Santiago Garcia Mantinan <manty at debian.org>
Date: Thu Jan 3 17:43:45 2008 +0100
add man pages for swfdec-player and swfdec-thum...
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_HEIGH...
2006 Jul 17
6
3 newbie questions
...3::SQLException: no such column: pictures.album_id: SELECT *
FROM pictures WHERE (pictures.album_id = 1)
so it looks like the :foreign_key => "dirid" is ignored. Any idea
what I could make it work?
Third question:
I would like to right some code that would work like this:
<% if thumbnail-file.jpg doesn''t exists execute create_thumbnail() file.jpg %>
I already have the create_thumbnail() working. Any idea how to write this right?
thanx in advance
Pat
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
thumbnail.content_type = @picture.content_type
thumbnail.data = @picture.data
thumbnail.make_thumbnail
thumbnai...
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. }...
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 t...
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
data/Makefile.am | 8 ++---
player/swfdec-player.ui | 22 +++++++-------
player/swfdec-window.c | 2 -
po/POTFILES.in | 1
po/POTFILES.skip | 1
po/fr.po | 72 ++++++++++++++++++++++++++++++++----------------
thumbnailer/Makefile.am | 20 +++++--------
7 files changed, 74 insertions(+), 52 deletions(-)
New commits:
commit 141fa1fcaf7b2f88af46d78e0cb630e1cfe9cfbd
Merge: 07ea6bb... b67e5f5...
Author: Stephane Loeuillet <leroutier at gmail.com>
Date: Thu Nov 15 12:54:42 2007 +0100
Merge branch 'm...
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 creativ...
2011 Jun 25
0
Good Centos Security Advice & Gnome Thumbnails
...cuments:
(1) Guide to the Secure Configuration of Red Hat Enterprise Linux 5
http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf
Revision 4.1
February 28, 2011
(2) Hardening Red Hat Enterprise Linux 5
http://people.redhat.com/sgrubb/files/hardening-rhel5.pdf
Updated 12 August 2010
Gnome 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 fo...
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 supp...
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...
2007 Dec 16
0
po/LINGUAS po/pl.po
...ayer/swfdec-window-handlers.c:54
+msgid "Select a file to play"
+msgstr "Plik do odtworzenia"
+
+#: ../player/swfdec-window.c:165
+msgid "Internal error in 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 twor...
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 ima...
2007 Mar 04
3
Dynamically setting the image directory used by attachment_fu
...After a while you end up with ton of directories under the item_image
directory. Instead I wanted the images to be grouped by the item
object which has_many item_images. You can do that by adding the
following two methods to the item_image object.
# Make sure the related item is associated to the thumbnail child
before_thumbnail_saved do |record, thumbnail|
thumbnail.item = record.item
end
def full_filename(thumbnail = nil)
# Just to be sure the ID gets set
raise "Missing Item ID" if item_id.nil?
file_system_path = (thumbnail ? thumbnail_class :
self).attachment_options[:pa...
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 rathe...
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...