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 Version 1 and Version 4 of Ticket #4026


Ignore:
Timestamp:
01/27/11 12:09:25 (13 years ago)
Author:
atarkowska
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4026

    • Property Owner set to atarkowska
    • Property Status changed from new to accepted
    • Property Sprint changed from 2011-01-27 (4) to 2011-02-10 (5)
  • Ticket #4026 – Description

    v1 v4  
    1 Possible solutions: 
     1'''How image zoom technology works?''' 
    22 
     3The most efficient way to provide high resolution imaging on the web can be achieved by making an "image pyramid" out of the source image and cut it into small tiles. Whenever the user requests a portion of the image only the needed tiles of a level are sent to the client's browser. However, since this tiles are loaded by the client's browser or can be accessed over http, they can be easily reassembled (stitched back together), thus restoring the entire original image. 
     4 
     5Instead of sending the tiles directly to the browser it could put them first together on the server side and only then send the requested portion as one picture to the client. Neither the tiles nor the original image are ever loaded by the client. 
     6 
     7 - http://www.ajax-zoom.com/ 
     8 - http://lab.gianiaz.com/jquery/gzoom/ 
    39 - http://www.tripwiremagazine.com/2010/02/15-jquery-plugins-to-create-stunning-image-zoom-effects.html 
    4  - http://lab.gianiaz.com/jquery/gzoom/ 
     10  

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

We're Hiring!