GC header gets pixilated
GC header gets pixilated
- Subject: GC header gets pixilated
- From: Robert Poland <email@hidden>
- Date: Mon, 26 Dec 2005 14:22:55 -0700
Hi,
Using OS 10..4.3 and GraphicConverter 5.7.4bx;
I have this script i use to adjust the color, etc of pictures and add
a date in the border. It works great for 1200 X 1600 pictures, but
when I try it on a 300 X 400 picture it gets severely pixilated. The
pictures are printed using the fill page option, although the error
is evident in the display.
This is the segment of code in question...
tell window 1
set {picWidth, picHeight} to image dimension
set fontSize to (round (0.014 * picWidth)) -- nom 16 point
set picCenter to picWidth / 2 as integer
change margins with {0, (0.036 * picHeight), 0, 0}
draw textline into text nameDate justification 2 color {0, 0,
0} point {picCenter, (0.028 * picHeight)} font "Arial" size fontSize
with antialias
end tell
I'm sure the problem has to do with the screen pixil count, but why I
don't see?
Any ideas?
Tia,
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden