rFlex / SCWaveformView

A blazing fast customizable waveform view
Apache License 2.0
457 stars 59 forks source link

generateWaveformImage: w/ Antialiasing Enabled Producing Transparent Image #4

Closed dyelax closed 9 years ago

dyelax commented 10 years ago

When I call SCWaveformView generateWaveformImage:asset withColor:[UIColor purpleColor] andSize:CGSizeMake(640, 332) antialiasingEnabled:YES];, the entire image is output as about 75% transparent, whereas if I pass in NO for antialiasingEnabled, I miss out on the smoothing of the edges, but at least the center of the waveform is fully opaque.

rFlex commented 9 years ago

Featured removed now.