I want to make e newspaper publication app in which i want to upload a big size image of newspaper and want to clipping that so anybody can read easily i searched and tried so much but when i crop an image the quality of cropped image is too bad and unable to read please help.
http://epaper.bhaskar.com/jaipur/14/01102017/0/3
and waht to make cliping like this from ablove e paper:
http://epaper.bhaskar.com/detail/1286384/10124324401/0/map/tabs-1/10-01-2017/14/3/image/
Vikas GuptaPosted Oct 6, 2017, 4:37 AM
@Gautam Parmar
Mohamed AbedallahPosted Oct 4, 2017, 12:08 PM
LEADTOOLS HTML5 SDK gives you the ability to resize, zoom, crop, panning, etc…
If you have the coordinates of the paragraph that you want to zoom, with LEADTOOLS you can do it with single line of code:
ImageViewer.zoomToRect(“Pass the rectangle you want to zoom in”).
For more info check this page:
https://www.leadtools.com/help/leadtools/v19m/dh/javascript/c/imageviewer-zoomtorect.html
Gautam ParmarPosted Oct 3, 2017, 7:06 AM