Programmatically Clip/Cut image using Javascript

后端 未结 8 1862
[愿得一人]
[愿得一人] 2020-12-12 17:57

Are there any documents/tutorials on how to clip or cut a large image so that the user only sees a small portion of this image? Let\'s say the source image is 10 frames of

8条回答
  •  抹茶落季
    2020-12-12 18:11

    I suppose you want to take a thumbnail for your image. You can use ImageThumbnail.js that created from prototype library in this way:

    
    
    
    
    
    

    for more information

提交回复
热议问题