บทความ

กำลังแสดงโพสต์ที่มีป้ายกำกับ ภาพ

windows tips: การใช้ print screen (คัดลอกภาพบนหน้าจอ)

1 กด prt sc = คัดลอกทั้งหน้า 2. กด Alt + prt sc = คัดลอกเฉพาะ windows นั้นๆ 3. กด Shift + Windows + S = mark crop sceen ครูชลิตา จูมสีมา ผู้เขียน

python : การหาค่า windows resolution ปัจจุบัน

#ต้องติดตั้ง pywin32 from win32api import GetSystemMetrics as resolution resoW = resolution(0) resoH = resolution(1) #แบบไม่ต้องติดตั้ง pywin32 import ctypes user32 = ctypes . windll . user32 screensize = user32 . GetSystemMetrics ( 0 ), user32 . GetSystemMetrics ( 1 )

Image Processing กับ Python[03] : capture screen ด้วย Pillow

Step 1 ติดตั้ง Pilow module ดังนี้ py -m pip install pillow