Search the web
Sign In
New User? Sign Up
SuperCard
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 35930 - 35959 of 43641   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
35930
Hi Stéphane, Very interested, but too preoccupied to have spent much time learning the hard way ;-) Come to think of it, someone posted a byte to bits script...
onetriadrr
Offline Send Email
Aug 1, 2006
7:12 am
35931
... Not really. If c is a char, c mod 2 doesn't make sense. I'd rather do that : function charToBits c put chartonum(c) into byteVal repeat 8 put byteVal mod 2...
Stéphane Leys
nemoid2002
Offline Send Email
Aug 1, 2006
1:13 pm
35932
Well, it is not the font... when I set the font of the text field (that receives the text I read out of a GIF file) to Monaco (which is the font the Script...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
2:48 pm
35933
I get the following text when I use the "read" command to extract the text from two simple GIF files (they are identical except for the fact that the first has...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
3:16 pm
35934
Here is the text as read from a GIF file and put into a field: GIF89a€ÿÿÿ,@„©íc0²JjsÃ{%ÈMó„#é˜g(–+Âé»k=ß®}â>ã|"`Gè! ...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
3:23 pm
35935
Here is the same breakout done on two identical GIFs... only these two GIFs are each only one pixel by one pixel... G 1 71 01000111 G 1 71 01000111 I 2 73...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
3:46 pm
35936
The reason I am doing this... of course... is to find the byte that is used in the GIF file format to indicate transparency, and the byte that tells which...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
3:57 pm
35937
Here is the same breakout with a dot after each pair (one pix transparent/not transparent GIF files) that is different... notice char number 12... in the...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
4:11 pm
35938
Ahhhh. I didn't think i had it quite right. Thanks! DCS...
onetriadrr
Offline Send Email
Aug 1, 2006
4:18 pm
35939
Hi Stéphane, Still trying to get a handle on 'packed fields'. So if the size of the global color table is the last 3 bits of byte 12, i get a maximum value of...
onetriadrr
Offline Send Email
Aug 1, 2006
6:48 pm
35940
... I'm not sure if this helps: http://www.daubnet.com/formats/GIF.html Dan -- ... Let's get connected! Download from: http://www.reconnector.com ... Dan...
Dan Berghult
dan_berghult
Offline Send Email
Aug 1, 2006
7:22 pm
35941
Randall, Here are some pages referencigb vthe GIF standards,, hope it helps. Yes 256 colors, but I think there was an enhanced GIF at some point.''James Z. ...
James Z
port_lock
Offline Send Email
Aug 1, 2006
7:39 pm
35942
James, Thanks for the links. I went through them before. I think I need some remedial help here. I have never worked at the bit or byte level. I have never...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
9:40 pm
35943
James, The following link from those you provided) is an excellent layman's discription of the inner workings of the GIF format. I knew how the compression...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
10:00 pm
35944
So, when SC's "read" and "write" commands are invoked... is there a background translation that converts from binary to ascii and back again? If so, is this a...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
10:05 pm
35945
Maybe I am wrong... maybe it is the GIF89a format that supports transparent background declaration. If so, what is listed in byte 12 as the "background color"...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
10:14 pm
35946
The reason it is valuable to be able to end up with GIFs that have transparent background is obvious. From what I have seen, PICT's are not supported by web...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
10:45 pm
35947
Have you tested PNG format? Maybe that is simpler to crack? just a thought. Bruce Martin The Martin Solution PO Box 644 Delaware Water Gap, PA (570) 421-0670 ...
Bruce Martin
the1ripper2001
Offline Send Email
Aug 1, 2006
10:54 pm
35948
I don't think GIF is that difficult a format. Not more or less difficult than PNG anyway. But I don't understand how to translate from transparent PICT as SC ...
Randall Reetz
randall_reetz
Offline Send Email
Aug 1, 2006
11:28 pm
35949
Hello: I am a former Hypercard user who finds himself about to embark on a "communications campaign" involving about forty different events, with each event...
stuartlee99
Offline Send Email
Aug 2, 2006
12:34 am
35950
I am still working on getting a project ready to distribute. One thing I'd like to be able to do before I make that plunge is to update old versions to the...
kendalldunkelberg
kendalldunke...
Offline Send Email
Aug 2, 2006
3:34 am
35951
... To address your question... while the exercise of dissecting the .gif format may be interesting, I don't believe that it is relevant at this point in time....
Greg McIlhiney
mcilhiney
Offline Send Email
Aug 2, 2006
5:01 am
35952
You completly missed my point. None of the "modern" web media formats you mentioned can be produced within SC any more than SC can build a GIF with...
Randall Reetz
randall_reetz
Offline Send Email
Aug 2, 2006
7:14 am
35953
Unless I am missing something in your question... just open both projects in SuperEdit... then you can copy and past windows all day long. Randall ... ...
Randall Reetz
randall_reetz
Offline Send Email
Aug 2, 2006
7:20 am
35954
Hi Kendall, I don't have a handle on what it is you're doing, but I can see no reason for burdening a user to have to copy windows. What you should do, IMO, is...
Kenneth Norris
pixelbird2000
Offline Send Email
Aug 2, 2006
8:17 am
35955
Hi Kendall, I think you may be trying to over complicate this. To update a project you would simple redistribute another standAlone. If you are using the...
Bruce Martin
the1ripper2001
Offline Send Email
Aug 2, 2006
9:10 am
35956
... You can export cards, portions of cards, or pictureData as any format supported by QuickTime, JPEG, GIF, BMP, TIFF and more. Flash may require some work....
Bruce Martin
the1ripper2001
Offline Send Email
Aug 2, 2006
9:22 am
35957
Dear all: I can see by the replies that I need to provide a little more information about my project. It sounds like what I'm doing is different than what...
kendalldunkelberg
kendalldunke...
Offline Send Email
Aug 2, 2006
3:09 pm
35958
Stuart, I can't speak to Revolution, since I've never used it, but I've been scripting for over 15 years, beginning in Hypercard and fairly recently moving to...
kendalldunkelberg
kendalldunke...
Offline Send Email
Aug 2, 2006
3:18 pm
35959
... Kendall, is the project in use with other people already? If not, it's very easy to export all the data from an old project to a text document and import...
Joe Koomen
joekoomen
Offline Send Email
Aug 2, 2006
3:46 pm
Messages 35930 - 35959 of 43641   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help