• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: UIImageView display as "multiply"?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: UIImageView display as "multiply"?


  • Subject: Re: UIImageView display as "multiply"?
  • From: Luke the Hiesterman <email@hidden>
  • Date: Fri, 22 Jan 2010 06:52:41 -0800

You should perform whatever blending you need to do on the image itself to create a new image which you can then just put into a UIImageView like you would any other image. This way, you only have to blend once, and then it's just image that can be straight drawn rather than performing a blending algorithm every time your image has to draw.

Luke

On Jan 22, 2010, at 6:08 AM, Eric E. Dolecki wrote:

> I am loading up a table with contents from an XML file and loading images
> into some cells. Since these images were made for the web some have white
> backgrounds. I would like to somehow set them as "multiply" as one might do
> in Photoshop to make the white "go away". Blendmode kind of thing.
>
> Do I need to subclass UIView, set blendmode in it's drawRect, place the
> UIImageView in there, then apply to a cell...
> or is there a way I can simply set a blendmode to a UIImageView?
>
> Eric
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: UIImageView display as "multiply"?
      • From: "Eric E. Dolecki" <email@hidden>
References: 
 >UIImageView display as "multiply"? (From: "Eric E. Dolecki" <email@hidden>)

  • Prev by Date: iPhone: subclassing UIView for blendmode
  • Next by Date: Re: UIImageView display as "multiply"?
  • Previous by thread: UIImageView display as "multiply"?
  • Next by thread: Re: UIImageView display as "multiply"?
  • Index(es):
    • Date
    • Thread