Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
libJPEGを使用して、画像全体を読み取ることはできないことを私は知っていますjpeg_read_scanlines。
libJPEG
jpeg_read_scanlines
libPNGそのような機会はありますか?方法しか見えませんpng_read_png。
libPNG
png_read_png
png_read_row()とを見ました png_read_rows()か?
png_read_row()
png_read_rows()
PNG がインターレースされている場合、これは複雑になる可能性があることに注意してください。