Strict Standards: Non-static method Soojung::addReferer() should not be called statically in /home/lifthrasiir/sites/sapzil.info/soojung/settings.php on line 79

Warning: Cannot modify header information - headers already sent by (output started at /home/lifthrasiir/sites/sapzil.info/soojung/settings.php:79) in /home/lifthrasiir/sites/sapzil.info/soojung/classes/Counter.class.php on line 63

Strict Standards: Non-static method Entry::getEntry() should not be called statically in /home/lifthrasiir/sites/sapzil.info/soojung/entry.php on line 51

Strict Standards: Non-static method Soojung::entryIdToFilename() should not be called statically in /home/lifthrasiir/sites/sapzil.info/soojung/classes/Entry.class.php on line 182

Strict Standards: Non-static method Soojung::queryFilenameMatch() should not be called statically in /home/lifthrasiir/sites/sapzil.info/soojung/classes/Soojung.class.php on line 55
TokigunStudio3 | 블로그: Paint Shop Pro 8을 쓰다가

내용으로 바로 넘어 가기


TokigunStudio3

228 / 3282   


더 이상 이 블로그는 운영되지 않습니다. 새 블로그로 가 주세요.

Paint Shop Pro 8을 쓰다가

2004/09/10 PM 06:58 | [옛글] 사건사고소식들 | 3 comments | 0 trackbacks | AllBlog: vote, to pocket

일러두기: 이 글은 옛날에 사용하던 엔비 블로그에서 가져 온 것으로, 원문은 여기에서 볼 수 있습니다.

저는 이미지 편집을 위해서 Paint Shop Pro를 사용합니다. 사실 GIMP로 바꿀까 생각하고는 있는데 아직 귀찮아서 그럴 생각은 못 하고 있고, 버전 6부터 사용하고 있던 페인트샵에 익숙해진 덕분에 버전 8(얼마 전에 버전 9가 나왔더군요. 으으...)인 지금까지도 잘 써 먹고 있습니다. (그래서 저는 포토샵 쓰라고 하면 잘 못 씁니다. -_-;;;)

토끼군 작업실의 다음 버전을 준비하면서 페인트샵을 꽤나 많이 써 먹게 되었습니다. 그런데 계속 버전 7만 쓰다가 버전 8로 바꾸니까 (8.0이 나온 지 언젠데 -_-;;) 새로 추가된 기능을 제대로 이해하지 못 하는 경우가 있습니다. 뭐 지금은 괜찮은데, 종종 사용하다가 새로 추가된 기능을 보고 아하! 하면서 머리를 치기도 합니다. 그런데 어느 날 이런 것을 보았습니다....


음. 이런. 그림이 잘 안 올라 오네요. 그림 제대로 올라 오면 다시 고쳐 드리겠습-_-니...;;;

이게 뭔가 하고 한참 들여다 보다가 알고 보니 매크로 기능이었습니다. 몇 번 써 보다가 이 놈의 내부 구조가 궁금해졌는데, 마침 왼쪽에서 두 번째(Play 단추 오른쪽)에 스크립트 편집이란 게 있길래 "오오, 스크립트 기능인가!" 하고 눌러 보았습니다... 그런데,

from JascApp import *
from Tkinter import *
import tkMessageBox
import JascUtils

def ScriptProperties():
    return {
        'Author': 'Joe Fromm',
        'Copyright': 'Copyright (C) 2002-2003, Jasc Software Inc., All Rights Reserved. Permission to create derivate works of this script is granted provided this copyright notice is included',
        'Description': 'Combine all open images into a single image and export it as a tube',
        'Host': 'Paint Shop Pro',
        'Host Version': '8.00',
        'ForceTextEditor': App.Constants.Boolean.true
        }

...파이썬이잖아! -_-;; 혹시나 해서 Paint Shop Pro 8 디렉토리를 뒤지니 "Python Libraries"라는 이름의 라이브러리 디렉토리-_-(Tkinter도 있더군요. 이런.)와 python22.dll(날짜 상으로 2.2가 맞습니다) 라이브러리가... 쿨럭;

파이썬을 이런 어처구니 없는 곳에서 만나서 반가...운 건 아니고 당황스러웠습니다. 메일링 리스트에도 관련 글이 있고.. 허허... 당분간 이거 가지고 좀 놀아 봐야 할 것 같습니다. 다시 말해서 GIMP로 바꿀 날은 언제 될 질 모른다는 소리군요 -_-;;;;;

TrackBack URL: http://sapzil.info/soojung/trackback.php?blogid=464

Comment: Nera (2004/09/10 PM 07:18)

파이썬이군요. (아는 부분이다;)

Comment: 디토 (2004/09/10 PM 10:37)

아니! +_+

Comment: 토끼군 (2004/09/11 AM 01:44)

저거 봤을 때 참 황당하더군요. ;; 나중에 보니까 저 스크립트에서 나오는 대화상자도 Tkinter였더라는...

Copyright (c) 1995-2005, Kang Seonghoon (Tokigun).