java - Write region (100x100px) to huge file without reading the target jpeg -


is possible write region (small 100x100px) image (250k x 250k px) without reading whole target image? region 100px in square , store @ location in huge jpeg. hints, durin

for raw format bmp need know write to.

but jpeg (lossy) compressed format. have keep data coherent compression algorithm. writing middle of image require algorithm support this. don't know jpeg in detail, don't think feature of it.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -