แยกอิมเมจโดยทางโปรแกรมจาก EPUB, FB2, CHM eBooks ใน C# โดยใช้ API ตัวแยกวิเคราะห์เอกสารสำหรับ .NET บันทึกภาพในรูปแบบ JPG, PNG, WebP, GIF หรือ BMP...และบันทึกลงดิสก์ใน C# using (Parser parser = new Parser("ebook.epub")) { // ดึงภาพจาก...GetImages(); ImageOptions options = new ImageOptions(ImageFormat.Jpeg);...