| 
	
 | 
 Posted by trippy on 12/05/06 06:58 
In article <d1f7n25d9qo1dknn4qtm9uctcdvbvcdic8@4ax.com>, Onideus Mad  
Hatter took the hamburger meat, threw it on the grill, and I said "Oh  
Wow"... 
 
> On Sun, 03 Dec 2006 20:55:45 -0800, Onideus Mad Hatter 
> <usenet@backwater-productions.net> wrote: 
>  
> >On Sun, 03 Dec 2006 19:50:25 -0800, Onideus Mad Hatter 
> ><usenet@backwater-productions.net> wrote: 
> > 
> >>Prototype Save Button: 
> >>http://www.backwater-productions.net/_test_platform/Sprite_Test/ 
> >> 
> >>:<?php 
> >>: 
> >>: header("Content-type: image/png"); 
> >>: $im = $_GET['img_create']; 
> >>: imagePNG($im); 
> >>: imagedestroy($im); 
> >>: 
> >>:?> 
> >> 
> >>LOL, okay now I'm reaching.  ^_^ 
> >> 
> >>*sigh*...but I don't wanna have to send EVERY fucking pixel color code 
> >>and then build it from scratch, that's just...bother. 
> >> 
> >>This whole thing is just pissing me off, I mean with all the 
> >>advancements of Flash 9 and Actionscript 3 and you can't even create 
> >>an image that the user can save nor is there any easy way of simply 
> >>sending an image object created in Flash/Actionscript directly into 
> >>PHP...*sigh*...with my luck I'll get done programming the lil bitch 
> >>and then I'll stumble upon some Actionscript hack that lets you hijack 
> >>an existing image in yer library with yer created from scratch image, 
> >>elminating the need for PHP altogether. 
> >> 
> >>Personally...I blame your God, it's all his fault for making the 
> >>people who made Flash/Actionscript so gawd damn fucking deficient. 
> >>Fuck him, that's what I say, ya, whatcha gonna do about it? 
> > 
> >Hrmmm, I just thought up a better way.  Instead of breaking the stupid 
> >thing down by pixels and transferring all that hoo ha into PHP...why 
> >don't I just transfer the file names and locations and then let PHP 
> >use that to build the final image...only problem is that the extras 
> >parts are embedded within the Flash file itself, but I could have 
> >external copies that the PHP file can access...hrmmm...I think I like 
> >that idea better. 
>  
> *smacks head into keyboard* 
>  
> ...well, that was extraordinarily dumb.  I kinda forgot the whole 
> being able to alter the hue, saturation and lightness, in which case 
> simply sending on over the file paths is rather...pointless...unless I 
> were to also send the HSL color matricies on over a-yeah, not gonna do 
> that. 
>  
> *sigh* 
>  
> Okay, back to the original plan.  Now how to get all that pixel 
> garbage into PHP...I suppose I could just send it as one gigantor text 
> string separated by commas and then have teh PHP code break it all 
> apart and allocate colors from it...or I could create the color 
> allocation codes in Flash and then send em to the PHP script as 
> numbered variables instead of just as a single variable...hrmmm...I 
> wonder which one would be faster. 
>  
 
What exactly is it you're trying to do? 
 
--  
trippy  
mhm31x9 Smeeter#29 WSD#30  
sTaRShInE_mOOnBeAm aT HoTmAil dOt CoM  
 
NP: "Never Again" -- Nickelback 
 
"Now, technology's getting better all the time and that's fine,  
but most of the time all you need is a stick of gum, a pocketknife,  
and a smile." 
 
-- Robert Redford "Spy Game"
 
[Back to original message] 
 |