Enum EmfPlusInterpolationMode
ชื่อพื้นที่: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts การประกอบ: Aspose.Imaging.dll (25.4.0)
รายชื่อ InterpolationMode จะกําหนดวิธีในการทําการสแกนรวมถึงการยืดและลดลง
public enum EmfPlusInterpolationMode : byte
Fields
InterpolationModeBicubic = 4
ข้อมูลจําเพาะ interpolation bicubic, ซึ่งใช้ใกล้ที่สุด 4x4 พิกเซลที่รู้จักรอบ ๆ พิกเซล interpolated. น้ําหนักเฉลี่ยของ 16 พิกเซลที่มีชื่อเสียงเหล่านี้กําหนดค่าที่จะให้พิกเซล interpolated. เนื่องจากพิกเซลที่มีชื่อเสียงมีแนวโน้มที่จะอยู่ในระยะที่แตกต่างจากพิกเซล interpolated, พิกเซลที่ใกล้ที่สุดจะได้รับน้ําหนักที่สูงขึ้นในการคํานวณ. ผลลัพธ์จะดูเรียบกว่า InterpolationModeBilinear.
InterpolationModeBilinear = 3
ข้อมูลจําเพาะ interpolation bilinear, ซึ่งใช้ใกล้เคียง 2x2 ของพิกเซลที่รู้จักรอบพิกเซล interpolated. น้ําหนักเฉลี่ยของ 4 หมายเลขพิกเซลที่รู้จักเหล่านี้กําหนดค่าที่กําหนดให้กับพิกเซล interpolated. ผลลัพธ์จะดูราบรื่นกว่า InterpolationModeNearestNeighbor.
InterpolationModeDefault = 0
ข้อมูลจําเพาะของโหมดการ interpolation แบบกําหนดเองซึ่งถูกกําหนดเป็น InterpolationModeBilinear
InterpolationModeHighQuality = 2
ข้อมูลจําเพาะของโหมด interpolation ที่มีคุณภาพสูงซึ่งถูกกําหนดเป็น InterpolationModeHighQualityBicubic
InterpolationModeHighQualityBicubic = 7
รายละเอียดการ interpolation bicubic กับ prefiltering ซึ่งผลิตผลที่มีคุณภาพสูงสุดระหว่างตัวเลือกเหล่านี้
InterpolationModeHighQualityBilinear = 6
ข้อมูลจําเพาะ interpolation bilinear กับ prefiltering
InterpolationModeLowQuality = 1
ข้อมูลจําเพาะของโหมด interpolation คุณภาพต่ําซึ่งถูกกําหนดเป็น InterpolationModeNearestNeighbor
InterpolationModeNearestNeighbor = 5
คําอธิบายการ interpolation ที่ใกล้ที่สุดซึ่งใช้ค่าของ pixel ที่ใกล้ที่สุดกับ pixel interpolated โหมดนี้เพียงแค่ duplicates หรือ removes pixels, produces the lowest quality result among these options.