Page Properties  
Text Size:
Font:
Background:
Images:
Margins:
Sponsor
 Apply current changes to added page
Help
CommandKeyboard ShortcutExplanation
UndoCtrl ZUndo the last change
RedoCtrl YRedo
IsolateIRemove everything but the current selection
RemoveDelRemove the selected elements
WidenWMake the selected element as wide as the page
ResizeZResize the selected element
Select MoreMIncrease the size of the current selection
Select LessLDecrease the size of the current selection
Hide Background Make background white and text black
Hide Images Remove all images on the page
Auto Format Automatically format page for printing
Save As PDF/HTML Save an electronic version of the modified page
Add Page Print several web pages together as one document
Save Clip Save part of the page for later (Requires free account)
Save As Change Set Save series of changes made to the page (Requires free account)
Apply Change Set Apply series of changes to the current page (Requires free account)
Page Help
Install EcoFont

This browser configuration does not currently support EcoFont. Don't worry, there are two ways you can get EcoFont working.

  • Option A: Upgrade Your Browser
    EcoFont will magically work on the most recent browsers: Firefox 3.1 (beta), Opera 10 (beta), and Safari 3.1+.
  • Option B: Install Ecofont on your system
    The font download and installation instructions are available at here When your done, come back and EcoFont will work.

About Ecofont: EcoFont is ink-saving font developed by SPRANQ. EcoFont reduces ink consumption up to 20% by putting tiny holes in letters. More info: www.ecofont.eu/ecofont_en.html
Save Change Set
Name:
Automatically apply change set:
PrintWhatYouLike Account Required
Free Trial Account: Over Quota
 * 토크
 * 뉴스데스크 보기
A : 이전 페이지
S : 다음 페이지
J, K : 화면 아래/위로 스크롤

● 데스크탑 돋보기

from IT, PC/• Tips 2008/04/24 19:05  

모니터 가격 하락 / 빨라진 인터넷 속도 / 그래픽 성능 향상
세가지 호재를 만나, 언제부턴가 고해상도라는 녀석이 활개를 치고다니기 시작했다.
하지만 아직까지 흐릿한 화면의 구형CRT를 사용하는 옥토씨는 고해상도라는 녀석과 별로 친하지 않은것 같다.
이럴때 해결해줄 수 있는건 역시... 파워프로다!
(출처 : PowerPro 정보 나눔터)


magnifier.zip

↑ 다운로드


준비물 : 파워프로 + dll 플러그인 + magnifier 스크립트
사용 : 스크립트 파일을 실행하든 단축키로 등록하든 맘대로...
종료 : Shift + 마우스 좌클릭



텍스트 편집기로 사용자 입맛에 맞게 고쳐 사용하시라.

  1. static nZ=3 ;; zoom factor
  2. static nW=xscreen/2/1/nZ ;; half the width of small rect
  3. static nH=yscreen/4/nZ ;; half the height of small rect

설명-
10. 배율이다. 위의 예에서는 3배
11. 가로 사이즈의 반 : 위에서는 가로해상도 ÷ ²/₁인데, 이게 반이라니까 실제로는 꽉찬 크기이다.
12. 세로 사이즈의 반 : 마찬가지로 세로 ÷ 4니까 화면의 절반크기. 분수도 사용가능. (3/2, 5/3, 4/1...)



스크립트를 실행하면 아래 그림처럼 나온다.
빨간 네모쳐진 부분이 돋보기 화면.

사용자 삽입 이미지

대진고등학교장 이대진...


이 스크립트는 화면을 정적으로 보여준다.
따라서 마우스포인터의 이동이 없을경우, 갱신되는 화면을 보여주지 않는다.
돋보기 상에서 실시간으로 갱신되는 화면을 감상(?)하기 위해서는 다음 라인을 수정한다.
  1. @Magnify
  2. //if(xpos!=xmouse || ypos!=ymouse)do
  3. xpos=xmouse
  4. ypos=ymouse
  5. hWnd.setrect(win.makerect(xpos-nZ*nW,ypos+2*nH,xpos+nZ*nW,ypos+2*nZ*nH+2*nH))
  6. dll.call("BitBlt|ui i i i i ui i i ui",hDC_MM,0,0,2*nW,2*nH,hDC_SC,xpos-nW,ypos-nH,0x00CC0020|0x40000000)
  7. dll.call("StretchBlt|ui i i i i ui i i i i ui",hDC_TT,0,0,2*nZ*nW,2*nZ*nH,hDC_MM,0,0,2*nW,2*nH,0xCC0020)
  8. //endif
  9. quit

위에서처럼 34, 41 라인을 주석처리(//) 해준다.





-끝

Trackback Address >> http://mr-ok.com/tc/trackback/103

  1. Subject: 최고의 돋보기 프로그램 Magnifying Glass

    Tracked from jwmx 2008/10/14 09:17  delete

    대부분의 돋보기 프로그램은 돋보기를 호출할 때마다 화면을 캡쳐하고, 커서가 있는 부분을 확대해서 출력하기 때문에, 화면이 정지하는 경우가 대부분입니다. 또는 뷰어를 따로 두고 커서가 있는 부분을 확대해 주는 프로그램도 있는데, 커서와 뷰어가 따로 있어서 불편한 경우도 있습니다. 이에 비해 Microsoft 마우스나 고가의 마우스 제품을 사용하면, 화면 정지 없이, 화면 모습 그대로 확대해 보여 주는 기능을 제공해 줍니다. 그러나 비싼 마우스를 사용하..

댓글을 달아 주세요