skgmn / RapidDecoder

Simplified bitmap decoding and scaling for Android
Apache License 2.0
260 stars 43 forks source link

Drawing on canvas #6

Open imi5 opened 9 years ago

imi5 commented 9 years ago

Hi. I have some hi resolution images(4000 * 5000) and i want to make a large enough canvas(like 10000*15000 named BIGIMG) on the disk to draw those images onto it in one big image with specific coordinates(like the first one on 2000,3000 and second on on 8000,7000) and read the final image and show it on ImageView. i've used scaling and regional decoding and they work fine on version 0.3.0 but when i use direct drawing or post processing to draw(provided examples), it shows no change on the image. please direct me on how to do this. thanks for this great library...