Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.

Changes between Initial Version and Version 1 of Ticket #10618, comment 1


Ignore:
Timestamp:
03/28/13 12:48:31 (11 years ago)
Author:
wmoore
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10618, comment 1

    initial v1  
    1414{{{ 
    1515# i is an image belonging to another user in a READ-ONLY group... 
    16 >>>tb = i.getThumbnail()                                         # OK (since direct=True) 
    17 >>>tb = i.getThumbnail(size=96, direct=False)                    # OK (since we have cached thumbs at 96x96) 
     16>>> tb = i.getThumbnail()                                         # OK (since direct=True) 
     17>>> tb = i.getThumbnail(size=96, direct=False)                    # OK (since we have cached thumbs at 96x96) 
     18>>> tb = i.getThumbnail(direct=False)                                   # Fails (uses size 64 by default)... 
    1819>>> tb = i.getThumbnail(size=100, direct=False)                  # Fails... 
    1920 

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.25355 sec.)

We're Hiring!