Actually i am using the mupdf library to fetch the images by using
drawPage(bitmap, pdfwidth, pdfHeight,x,y, imageWidth, imageHeight);
but the quality of image is not upto the mark , So I increased the imageHeight and imageWidth then i am getting the high quality image but the image is taking too much memory so that i am getting out of memory exception.
Can any one suggest which is the best way to resolve this problem. do i need to tiling after getting quality image? or can i do something to get high quality image taking less memory ?
or any other best way to do this?
Thanks in Advance.