All of lore.kernel.org
 help / color / mirror / Atom feed
* storing images thumbnails as pseudo files?
@ 2006-07-21 19:29 Pysiak Satriani
  2006-07-21 20:40 ` David Masover
  2006-07-22  0:56 ` Hans Reiser
  0 siblings, 2 replies; 5+ messages in thread
From: Pysiak Satriani @ 2006-07-21 19:29 UTC (permalink / raw)
  To: reiserfs-list, reiserfs-list

Hello,

suppose pseudo files, file-as-directory are on my r4 partition and are usuable.

Does namesys' vision allow things like storing image thumbnails "inside the file
itself" ?

Example using jpgtn (jpgtn creates thumbnails of jpg files)

// create 150px thumbnail
$ jpgtn -s 150 -H test.jpg

// move the thumbnail "into" the file
$ mv tn_test test.jpg/thumbs/150px

// the same but a 100px thumbnail
$ jpgtn -s 100 -H test.jpg
$ mv tn_test test.jpg/thumbs/100px

Then I could write HTML code like this:

<a href="test.jpg"><img src="test.jpg/thumbs/150px" /></a>

This idea came to me because of a project that has to create many thumbnails
for many files. That requires to make a naming scheme, parse filenames and
don't make one mistake. If I could do things this way it would be much
easier and elegant to do.

But that's just an idea from someone not really knowledgible enough in
the area.

Best regards,
Maciej Soltysiak



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-07-22 15:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-21 19:29 storing images thumbnails as pseudo files? Pysiak Satriani
2006-07-21 20:40 ` David Masover
2006-07-22  0:46   ` Hans Reiser
2006-07-22 15:17     ` Pysiak Satriani
2006-07-22  0:56 ` Hans Reiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.