Hi Sean,

Well, the main advantage is that PhotoField has already been written :)

If PhotoField doesn't provide you with what you need, you could easily
modify it, or use it as an example of how to create a custom field.

Also, _post_save() has been deprecated since M-R was merged [1].

Regarding PIL vs. pymagick, we chose to use PIL because we had more
experience with it, it's generally more easily available, and it
provided all of the functionality that we needed.

Cheers,
Bryan

[1] 
http://code.djangoproject.com/wiki/RemovingTheMagic#Overridingsaveanddeletemodelmethods


On 8/21/06, Sean Schertell <[EMAIL PROTECTED]> wrote:
> Looks very interesting Bryan. But I wonder if you could tell me what
> advantages this would offer over just using the Python Image Library.
> Same question regarding Joe's suggestion of using pymagick.
>
> btw: Thanks Joe for answering my original question, a post-save hook
> sounds like just what I need.
>
> Sean

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to