Re: [Flashcoders] image manipulation
I guess I’ll send the issue to macromedia wish list today:) Probably in As3/fp8.5 is already implemented, I suggest you to check it first :) chr -- ___ { Christian Giordano's site and blog @ http://cgws.nuthinking.com } ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
RE: [Flashcoders] image manipulation
Hey Scott, thats great. The indexed color palette algorithm is what Id considered myself. But after all this algorithm is CPU intensive on both client and server side! I just wish that Macromedia god I cant use to Adobe:) had introduced a File class in flash player to create/download/upload pre-defined files from within flash player. say, you could create .txt files from a given String object, .xml form an xml object and .bmp or maybe .png & .jpg from BitmapData object. You could use FileReference class to upload/download these files and hence this would cause no security sandbox restrictions! I guess Ill send the issue to macromedia wish list today:) Scott Hyndman <[EMAIL PROTECTED]> wrote: You might find this interesting http://www.quasimondo.com/archives/000572.php The comments seem to point out the various methods. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Kamyar Nazeri Sent: Fri 2/10/2006 10:54 AM To: flashcoders@chattyfig.figleaf.com Cc: Subject: [Flashcoders] image manipulation Ok, it is possible to manipulate an image using new BitmapData class in the client-side, but I wonder how it is possible to send the manipulated image back to the server? Do I need to browse the whole image pixels and send a complete Array of ARGB pixel values to a web-service to create an image again? Any ideas? - Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com - Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
RE: [Flashcoders] image manipulation
You might find this interesting http://www.quasimondo.com/archives/000572.php The comments seem to point out the various methods. Scott -Original Message- From: [EMAIL PROTECTED] on behalf of Kamyar Nazeri Sent: Fri 2/10/2006 10:54 AM To: flashcoders@chattyfig.figleaf.com Cc: Subject:[Flashcoders] image manipulation Ok, it is possible to manipulate an image using new BitmapData class in the client-side, but I wonder how it is possible to send the manipulated image back to the server? Do I need to browse the whole image pixels and send a complete Array of ARGB pixel values to a web-service to create an image again? Any ideas? - Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
RE: [Flashcoders] image manipulation
Theoretically I guess this should be possible. You would lose the jpg format though, so the server should have something there to re-create the image for the pixel data and accept the performance loss when recompressing to jpg. Performance would probably suck too :) But doable I think. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kamyar Nazeri Sent: vrijdag 10 februari 2006 16:55 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] image manipulation Ok, it is possible to manipulate an image using new BitmapData class in the client-side, but I wonder how it is possible to send the manipulated image back to the server? Do I need to browse the whole image pixels and send a complete Array of ARGB pixel values to a web-service to create an image again? Any ideas? - Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
[Flashcoders] image manipulation
Ok, it is possible to manipulate an image using new BitmapData class in the client-side, but I wonder how it is possible to send the manipulated image back to the server? Do I need to browse the whole image pixels and send a complete Array of ARGB pixel values to a web-service to create an image again? Any ideas? - Brings words and photos together (easily) with PhotoMail - it's free and works with Yahoo! Mail. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com
Re: [Flashcoders] image manipulation in Flash
Maybe the following tutorial will get you started: http://www.tutorialized.com/tutorial/Using-Advanced-Bitmap-Color-Manipulation/3124 Helmut. rishi wrote: Hi I want to do image manipulation in Flash. Problem Definition. I have a png image exported at 80% quality . I am using 4 colors in png image say red,blue,green,orange. But as the image is generate because of lower quality image now contains more than 4 colors, some are variations of red, some of yellow some of gren.. In my application I want the user to have an option to replace selective color. How can I achieve to replace simultaneous ranges of red even if user specified a single color red. Also keeping in mind the intention to change only connected pixels. Any ideas are welcome. Regards Rishi ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
[Flashcoders] image manipulation in Flash
Hi I want to do image manipulation in Flash. Problem Definition. I have a png image exported at 80% quality . I am using 4 colors in png image say red,blue,green,orange. But as the image is generate because of lower quality image now contains more than 4 colors, some are variations of red, some of yellow some of gren.. In my application I want the user to have an option to replace selective color. How can I achieve to replace simultaneous ranges of red even if user specified a single color red. Also keeping in mind the intention to change only connected pixels. Any ideas are welcome. Regards Rishi ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders