[Zope] Is it possible to make a thumbnail from an added image..?

2001-01-24 Thread 3dfestival - WebMaster

Just a quick Idea:

Can somebody make a routine RESIZING an image...?

It would be great if someone could make something like that...

Just imagine it: You add an Image_with_thumb... Browse for the image, then
it adds your image to the site  AND it is being resized to, for instance,
16x16pixels, and you can use that thumb as an icon for the image...!
Wouldn't that be great...?

Sorry about this silly question... It will not  happen again (I hope)  = )

( = Stoons = )
 - Webmaster @ 3D festival (http://www.3dfestival.com)


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Is it possible to make a thumbnail from an added image..?

2001-01-24 Thread dale . w . lance

You could try:
http://www.zope.org/Members/haqa/archive/ZPhotoAlbum

http://www.zope.org/Members/Drew/Photo

These seem to do something similar to what you are asking.
If not well, dtml-var typical_open_source_quote.

Dale

-Original Message-
From: thomas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 4:28 AM
To: zope
Cc: thomas
Subject: [Zope] Is it possible to make a thumbnail from an added
image..?


Just a quick Idea:

Can somebody make a routine RESIZING an image...?

It would be great if someone could make something like that...

Just imagine it: You add an Image_with_thumb... Browse for the image, 
then
it adds your image to the site  AND it is being resized to, for 
instance,
16x16pixels, and you can use that thumb as an icon for the image...!
Wouldn't that be great...?

Sorry about this silly question... It will not  happen again (I hope)  
= )

( = Stoons = )
 - Webmaster @ 3D festival (http://www.3dfestival.com)


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] Is it possible to make a thumbnail from an added image..?

2001-01-24 Thread Michael Bernstein

3dfestival - WebMaster wrote:
 
 Just a quick Idea:
 
 Can somebody make a routine RESIZING an image...?
 
 It would be great if someone could make something like that...
 
 Just imagine it: You add an Image_with_thumb... Browse for the image, then
 it adds your image to the site  AND it is being resized to, for instance,
 16x16pixels, and you can use that thumb as an icon for the image...!
 Wouldn't that be great...?

Check out the Photo Product:
http://www.zope.org/Members/Drew/Photo

HTH,

Michael Bernstein.

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




RE: [Zope] Is it possible to make a thumbnail from an added image..?

2001-01-24 Thread Farrell, Troy

You could use the Python Imaging Library with some external methods:
http://www.pythonware.com/products/pil/index.htm

dtml-var typical_open_source_hint_hint_hint

Troy

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 8:19 AM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: [Zope] Is it possible to make a thumbnail from an added
image..?


You could try:
http://www.zope.org/Members/haqa/archive/ZPhotoAlbum

http://www.zope.org/Members/Drew/Photo

These seem to do something similar to what you are asking.
If not well, dtml-var typical_open_source_quote.

Dale

-Original Message-
From: thomas [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 24, 2001 4:28 AM
To: zope
Cc: thomas
Subject: [Zope] Is it possible to make a thumbnail from an added
image..?


Just a quick Idea:

Can somebody make a routine RESIZING an image...?

It would be great if someone could make something like that...

Just imagine it: You add an Image_with_thumb... Browse for the image, 
then
it adds your image to the site  AND it is being resized to, for 
instance,
16x16pixels, and you can use that thumb as an icon for the image...!
Wouldn't that be great...?

Sorry about this silly question... It will not  happen again (I hope)  
= )

( = Stoons = )
 - Webmaster @ 3D festival (http://www.3dfestival.com)


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )


___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )