Re: Need good image on the fly resizing

2013-04-23 Thread frocco
What about the cache directory? Should I clear this also? Thanks for the help. On Tuesday, April 23, 2013 12:35:48 PM UTC-4, Richard Jelte wrote: > > > I am not cropping, just re-sizing. > > > Like Kelly said, you'll have to make sure that all of the images are > cropped

Re: Need good image on the fly resizing

2013-04-23 Thread Richard Jelte
> I am not cropping, just re-sizing. Like Kelly said, you'll have to make sure that all of the images are cropped the same way. I just made the mistake of clearing their keystore and now no images > display.Is there a way to

Re: Need good image on the fly resizing

2013-04-23 Thread frocco
I am not cropping, just re-sizing. I just made the mistake of clearing their keystore and now no images display.Is there a way to rebuild the database? I also have tried easy-thumbnails and see no images. THUMBNAIL_ALIASES = { '': { 'tires': {'size': (150, 150), 'crop': True},

Re: Need good image on the fly resizing

2013-04-23 Thread Kelly Nicholes
For the problem with sorl-thumbnail not resizing to the same size as the others-- Are you cropping the image at all or just resizing? If you crop, I don't understand how the images wouldn't be all the same size. When I've used sorl, if the image is bigger than the dimensions to which I'm cro

Re: Need good image on the fly resizing

2013-04-23 Thread frocco
Memcached did not help with the resize problem of one image. I am using sorl-thumbnail. The other images look fine and uniform. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, se

Re: Need good image on the fly resizing

2013-04-22 Thread frocco
I also just realized that I am not using memcached I will try this tonight and see if it helps. On Monday, April 22, 2013 2:33:22 PM UTC-4, frocco wrote: > > I tried sorl-thumbnail and user is complaining that some images are not > resized to same size as others. > > On Monday, April 22, 2013 11

Re: Need good image on the fly resizing

2013-04-22 Thread frocco
I tried sorl-thumbnail and user is complaining that some images are not resized to same size as others. On Monday, April 22, 2013 11:39:19 AM UTC-4, Richard Jelte wrote: > > If you don't want to have to handle manually resizing images, I would > recommend letting something like > sorl-thumbnai<

Re: Need good image on the fly resizing

2013-04-22 Thread Richard Jelte
If you don't want to have to handle manually resizing images, I would recommend letting something like sorl-thumbnail handle the re-sizing for you. You will still need to have PIL or Pillow installed first, and make sure that png/jpeg support i

Re: Need good image on the fly resizing

2013-04-22 Thread Aljoša Mohorović
check http://django-imagekit.readthedocs.org Aljosa -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this g

Re: Need good image on the fly resizing

2013-04-22 Thread Avraham Serour
You should use Pillow instead of PIL On Mon, Apr 22, 2013 at 8:59 AM, yati sagade wrote: > Check PIL out: > http://stackoverflow.com/questions/273946/how-do-i-resize-an-image-using-pil-and-maintain-its-aspect-ratio > > > On Mon, Apr 22, 2013 at 6:05 AM, frocco wrote: > >> Can someone point me

Re: Need good image on the fly resizing

2013-04-21 Thread yati sagade
Check PIL out: http://stackoverflow.com/questions/273946/how-do-i-resize-an-image-using-pil-and-maintain-its-aspect-ratio On Mon, Apr 22, 2013 at 6:05 AM, frocco wrote: > Can someone point me to a good package? > > Thanks > > -- > You received this message because you are subscribed to the Goog

Need good image on the fly resizing

2013-04-21 Thread frocco
Can someone point me to a good package? Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group,