[flexcoders] Bitmap Data of a non Rectangular Shape Component

2009-03-06 Thread shardul bartwal
Hi all, I am here with a issue related to the BitmapData.I want to get the bitmapdata of a component which is not the rectangular shape.When creates the object of the BitmapData Class then I have to pass the width and height of the component which's bitmapdata I want to get.But it is giving me t

[flexcoders] Changing Registration Point of a component

2009-02-22 Thread shardul bartwal
I want to change the registration point of my component without moving it. Is it possible in Flex/Actionscript 3? If anybody have solution pls provide. Thnx in Advance Shardul Singh Bartwal Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

[flexcoders] Changing direction of skew

2009-02-19 Thread shardul bartwal
Hi all,  I am applying the skew with Transform class and matrix.Its working fine.But in horizontal skew by default the top edge is fix and bottom edge moves in actionscript.I want the reverse.I mean I want to keep the bottom edge fix, and top edge to move. If any body has any soloution, please

[flexcoders] Shape Detection in BitmapData

2008-12-26 Thread shardul bartwal
Hi all, I am working with the bitmapData.Inside my bitmapdata.There are different shapes which are closed by any particular kind of pixels. Also there is some text type also.For example there are some characters like 'A' ,'e',B etc.Now I have to change the pixels inside these characters type bit

[flexcoders] Shape Detection in BitmapData

2008-12-26 Thread shardul bartwal
Hi all, I am working with the bitmapData.Inside my bitmapdata.There are different shapes which are closed by any particular kind of pixels. Also there is some text type also.For example there are some characters like 'A' ,'e',B etc.Now I have to change the pixels inside these characters type bit

[flexcoders] (unknown)

2008-12-26 Thread shardul bartwal
Hi all, I am working with the bitmapData.Inside my bitmapdata.There are different shapes which are closed by any particular kind of pixels. Also there is some text type also.For example there are some characters like 'A' ,'e',B etc.Now I have to change the pixels inside these characters type bit

Re: [flexcoders] Wrapping Text or Bitmap

2008-12-25 Thread shardul bartwal
, Dec 25, 2008 at 10:31 AM, shardul bartwal wrote: > I want to know about the wrap in flex.How can we wrap any Text or BitmapData > in the Flex.If any body have any idea please suggesst. I'm not sure what you mean by wrapping BitmapData. For text, the Flash TextField class has a 'wo

[flexcoders] Wrapping Text or Bitmap

2008-12-24 Thread shardul bartwal
Hi all, I want to know about the wrap in flex.How can we wrap any Text or BitmapData in the Flex.If any body have any idea please suggesst. Thanking you Shardul Singh Bartwal Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

[flexcoders] Custom Shape Canvas

2008-12-23 Thread shardul bartwal
Hi, I am here with a problem of drawing a cusstom shape canvas.Is it possible to convert any shape into any canvas or UIComponent etc.If any body having any idea about this pls suggesst me. Thanx. Shardul Singh Bartwal Add more friends to your messenger and enjoy! Go to http://messe

[flexcoders] Removing White pixels and shadow from Bitmap Data

2008-12-10 Thread shardul bartwal
Currently i m working with the BitmapData Class.My requirement is to remove the white background of an image. I have done this will using the threshold() method.But the issue is related to the shadow inside the image.Can any body suggest me how to remove this shadow from any image. Thnx S