Re: [Gimp-user] text bleeding problem
On Fri, Aug 16, 2002 at 07:21:42AM -0500, Walker, Sam wrote: > It would help to provide a link to the actual picture. And perhaps a copy of the generated PostScript file (print to file). > -Original Message- > From: A.J. Limberry [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 15, 2002 8:59 PM > To: gimp-user > Subject: [Gimp-user] text bleeding problem > > > When using the text tool, creating an image with the gimp...the image > looks fine on the screen; however when I print the image there appears > to be a bleeding around the actual image. Has anyone had this problem > and if so do you know any solutions to correcting it. Thanks > AJ Don't forget that gimp-print project is mostly separate from the gimp project (they do more than produce the gimp's print plugin), and they have their own mailing list. I would imagine they would be interested in print output that differs from screen output. The gimp-print web site is: http://gimp-print.sourceforge.net/ The gimp-print mailing list is: [EMAIL PROTECTED] -- <[EMAIL PROTECTED]> ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
Re: [Gimp-user] Script-fu: copy an image into a different image
Hi Joel, many thanks for your help. It works. It was the mistake to copy from the selection. Am Freitag, 16. August 2002 08:31 schrieb Joel: > I've replaced this section with: > >(gimp-image-scale pic-1 new-pic-width new-pic-height) >(set! merged-layer (gimp-image-merge-visible-layers pic-1 1)) >(gimp-rect-select pic-1 0 0 new-pic-width new-pic-height 0 FALSE > 0) (gimp-edit-copy (car merged-layer)) >(gimp-image-add-layer sheet layer-1 0) >(gimp-edit-clear layer-1) >(gimp-edit-paste layer-1 0) >(gimp-display-new sheet) > > The changes are: > > 1. Always merging the layers. This enables us to set a variable > (merged-layer) to the resulting layer, so we don't have to figure out what > it is later. > Here my Gimp version (1.2.3 Linux) fails to merge layers if there's only one. It returns an error. So I put: (if (> (car (gimp-image-get-layers pic-1)) 1) (set! pic-layer (car (gimp-image-merge-visible-layers pic-1 1))) (set! pic-layer (car (gimp-image-get-active-layer pic-1 > 2. Copying from the layer, rather than the selection. Gimp was expecting a > drawable; the selection is a drawable, but internally, it's done as a > channel. In this case, since everything was selected, everything would be > represented as a white pixel in the channel (white=selected, black=not > selected, grey=feathering/anti-aliasing). So, when you copied the selection > channel, you just copied those white pixels. If you copy from the layer > instead, it will get the actual contents of the selection. > > 3. Clearing layer-1 before putting anything on it. Otherwise, it will be > filled with garbage by default. > > I also moved a couple of lines around a little bit, but it's not necessary. > I just did it so that I could see similar things next to each other. I > know, I know a foolish consistency is the hobgoblin of little minds. > ;-) I'm always glad to get some good advice. Now I can get along further with my script. There may be a time that I need more help. Till then Thanks and greetings from Volker -- Volker Lenhardt Am Spinnweg 19, 45894 Gelsenkirchen Tel.: 0209-30213 - Fax: 0209-390437 Email: [EMAIL PROTECTED] ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
RE: [Gimp-user] text bleeding problem
It would help to provide a link to the actual picture. Maybe it has to do with the format the image was saved in. Depending on what the colors are, jpeg compression can cause anomalies that could be described as bleeding of the image. But these are usually visible on a monitor too. Other compression algorithms could do the same. You could try...saving in a non-compressing format (but start with the original, once compressed it can't be undone) and try printing again. Regards, Sam -Original Message- From: A.J. Limberry [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 8:59 PM To: gimp-user Subject: [Gimp-user] text bleeding problem When using the text tool, creating an image with the gimp...the image looks fine on the screen; however when I print the image there appears to be a bleeding around the actual image. Has anyone had this problem and if so do you know any solutions to correcting it. Thanks AJ -- ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user
[Gimp-user] winGIMP 1.2.3, printscreen and paste
Hi. In windows version of GIMP (1.2.3 I believe) if you press Printscreen and then try to paste it into image, result is in greyscale. Does anybody know what could cause problem ? And how to fix/workaround it ? Note: I can't tell more details because I don't have windows version of gimp here. I heard about this problem from a friend. Dante ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user