엡손 GT-S80 책 스캐닝 작업

* 흑백책


01. 기본 프로그램으로 이미지로 특정 폴더에 스캔

사용자 삽입 이미지
사용자 삽입 이미지
02. PhotoScape으로 사진 보정 및 이미지 변환을 한다. [크기가 반으로 줄음]

사용자 삽입 이미지
03. nPDF로 PDF 파일로 변환 합니다.

사용자 삽입 이미지
사용자 삽입 이미지


Posted by 나는산

2012/04/01 00:34 2012/04/01 00:34
Response
No Trackback , No Comment
RSS :
http://lovehana.com/flyingmt/rss/response/609

WPF 4.5 - 더이상 Airspace 문제가 없음


WPF 4.5 - 더이상 Airspace 문제가 없음 (Win32와 WPF 통합, 더디어 WebBrowser 컨트롤 사용 가능!)

원본링크 : http://www.jonathanantoine.com/2011/09/24/wpf-4-5-%E2%80%93-part-8-no-more-airspace-problems-integrating-wpf-with-win32/

Win32 컴포넌트들을 WPF 4.0나 심지어 WPF 3.5에 통합하는 것은 이미 가능했지만,

잘 알려진 Airspace 문제가 존재 했었다. (http://msdn.microsoft.com/en-us/library/aa970688(v=vs.85).aspx)

각 렌더 기술은 오직 한 Airspace에만 속한다.

따라서 여러분 WPF 응용 프로그램에 Win32 컴포넌트를 배치하면 입력을 위한 검은 구멍이나 투명도가 적용되지 않았다.

이번 WPF 4.5 릴리즈 부터는 WPF 팀은 이 문제들을 해결되었다.


WPF 4.0에서 불가능 했던것들

WPF 응용프로그램에 Win32 컴포넌트를 추가했을때 다음과 같은 한계들이 있다.

- 크기 변경시 컨테이너(hwndhost)만 크기 변경되었지 안에 있는 컴포넌트는 크기가 변경되지 않는다.
- Rotation과 Skewing 등은 잊어라.
- 호스트된 컴포넌트는 항상 위에 존재한다. (ZIndex은 잊어라)
- 투명도는 먹지 않는다.
- VisualBrush은 Win32 컨트롤과 작동이 되지 않는다.
- 등등

WPF 4.5에서 가능한 것들

HwndHost 클래스에 두가지 메인 속성들이 추가 되었다.

IsRedriected : http://msdn.microsoft.com/en-us/library/system.windows.interop.hwndhost.isredirected(v=vs.110).aspx
- 이 값이 True로 설정하면 Airspace 문제를 한다고 설정하는 것이다. 기본값이 True가 아닌것은 성능 문제가 발생할 수 있기 때문이다.

CompositionMode : http://msdn.microsoft.com/en-us/library/ms742522(v=vs.85).aspx
- None : 기본값. Airspace 문제는 여전히 있음.
- OutputOnly : Airspace 문제는 해결되지만 사용자는 컨트롤과 상호작용할 수 없다.
- Full : Airspace 문제는 없음. 상호작용됨.

WPF 개발팀 릴리즈 노트

이 기술은 4.5 개발자 프리뷰 버전에 포함되어 있는 것이다. 어째든 아직 문제가 많이 있다.

그리고 해결책도 아직 존재하지 않는다. 우리는 어것을 사용지 않기를 권장한다.

그리고 이 기술은 최종 4.5에 포함되지 않을 수 있다.

Posted by 나는산

2012/02/16 09:18 2012/02/16 09:18
Response
No Trackback , No Comment
RSS :
http://lovehana.com/flyingmt/rss/response/608

BBEdit에서 Corona 코드 자동 완성


BBEdit에서 Corona 코드 자동 완성
http://developer.anscamobile.com/forum/2011/08/11/adding-autocomplete-list-bbedit

To add Corona auto-complete list to BBEdit, follow the instructions below.

I am using BBEdit version 10.0.1 from the App Store.
NOTE: This does not require BBAutoComplete.

Instructions:
- Goto your Applications folder and right click on BBEdit and select "Show Package Contents"
- Now goto "Contents/Language Modules/Lua.bblm/Contents", there should be a file "Info.plist"
- Make a backup of file "Info.plist"
- Now replace the "Info.plist" with the file below.

If for some reason it doesn't work, then the "Info.plist" is not compatible with your BBEdit.
You can fix the problem by coping the lines between:
BBLMPredefinedNameList
array

First remove the lines between the arrays.
Now copy all keywords between these two arrays from the file below and paste into your original "Info.plist" and save.

/array
BBLMScansFunctions

Posted by 나는산

2012/02/03 10:04 2012/02/03 10:04
Response
No Trackback , No Comment
RSS :
http://lovehana.com/flyingmt/rss/response/607

« Previous : 1 : 2 : 3 : 4 : 5 : ... 188 : Next »

블로그 이미지

- 나는산

Notices

Archives

Authors

  1. 나는산

Calendar

«   2012/05   »
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    

Site Stats

Total hits:
1209911
Today:
27
Yesterday:
65