Closed (fixed)
Project:
FileField
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Mar 2009 at 23:48 UTC
Updated:
13 May 2009 at 18:32 UTC
Jump to comment: Most recent file
Comments
Comment #1
quicksketchMoving to FileField since it's actually responsible for the data storage in ImageField. The trouble with this is that FileField would either need to ship with sample images, or it would need to be able to generate files on the fly, probably matching the extension, filesize, image dimensions, etc. according to the widget settings. It's just a little more complicated than the typical content generation.
Comment #2
quicksketchI created a random image generation script for this feature, it should suffice for most scenarios. Right now this generation script only works for png, jpg, and txt files, so if a widget is limited to other file types it won't have any effect.
Comment #4
buckley commentedThanks for making the quicksketch! Sorry for the late response as I though I would get notified by email.
Will this be integrated in the offical version of imagefield? Than I think its better if I download this because I am a bit afraid of patches :)