Export PNG weirdness

2006-08-11 Thread Chris Carroll-Davis
Hello everyone. Can anybody help with this ... I am exporting PNGs from fields, using this syntax: export snapshot from field fname to file imgPath as PNG This works just fine on about 30 or so fields, but when I come to one particular field it fails with error message: export:

Re: Export PNG weirdness

2006-08-11 Thread Dar Scott
On Aug 9, 2006, at 7:53 AM, Chris Carroll-Davis wrote: All the fields are opaque. If I switch this field to non-opaque... it works fine... or if I export as JPEG it works fine! Can you export to a field as JPEG and then export the field as PNG? Maybe therein lies a workaround. So your

Export PNG weirdness

2006-08-09 Thread Chris Carroll-Davis
Hello everyone. Can anybody help with this ... I am exporting PNGs from fields, using this syntax: export snapshot from field fname to file imgPath as PNG This works just fine on about 30 or so fields, but when I come to one particular field it fails with error message: export:

Re: Export PNG weirdness

2006-08-09 Thread Chris Carroll-Davis
Update: I can of course make this work by grabbing the relevant portion of screen (rather than specifying the field): put globalloc (Topleft of field fname) into tl put globalloc (botright of field fname) into br export snapshot from rect tl,br to file imgPath as PNG But this is a bit

Re: Export PNG weirdness

2006-08-09 Thread Chris Carroll-Davis
UPDATE 2: weep, weep. It's the font.:-( I haven't worked out what the specific issues are, but it simply fails with many, many fonts. Don't know whether it is a problem with Postscript, TrueType, Unicode or what. I suppose I should lodge this as a bug - quite serious, in my opinion

Re: Export PNG weirdness

2006-08-09 Thread Dar Scott
On Aug 9, 2006, at 9:36 AM, Unhappy Chris Carroll-Davis wrote: weep, weep. It's the font.:-( I haven't worked out what the specific issues are, but it simply fails with many, many fonts. Do you mean that any of many fonts will cause the problem? Or that having many fonts (probably

Re: export PNG weirdness

2006-06-29 Thread David Glasgow
And while we are at it, I discovered that pre 2.7, (but I don't know which version) exported some PNGs that were *enormous*. Simple screenshots were over 1 meg. I realised that exporting seemed s l o w but hadn't noticed the file sizes. It wasn't until I was having a clear-out that I found

Re: export PNG weirdness

2006-06-28 Thread Chipp Walters
Hi Chris, I too, have found some text rendering issues in the 2.7 series. Pre- 2.7, if the image had under a certain number of colors in it, the PNG export would choose to export in 8-bit-- very disconcerting. -Chipp ___ use-revolution mailing list

export PNG weirdness

2006-06-27 Thread Chris Carroll-Davis
Hello all. I want to output a transparent PNG of formatted text in a field. Fine. I use the following script that acts on a non-opaque field: on mouseUp put /Users/chris/Desktop/transtext.png into fPath export snapshot from field transText to file fPath as PNG end mouseUp Works fine if

Re: export PNG weirdness

2006-06-27 Thread David Glasgow
Hey! I bumped into this earlier today. I had some fields that had exported to PNG fine under 2.2, but one or two went really blocky under 2.7.2. I compared their properties, and found that the yucky ones were transparent. The font was Verdana, so it doesn't look like a unicode thing. I