-
Is it possible that `colorfulSiderbar_9` doesn't change other icons than the ones specified in `icons10.plist`? I just want to set an icon for a folder but I don't wanna change other icons.
-
I was playing around with your example app, and switched out the SCSwipeableFilterView called filterSwitcherView for a SCVideoPlayerView. Playing unfiltered videos in it works fine, but when I try to …
ghost updated
7 years ago
-
CIFilterを利用すること。
-
I have successfully applied a filter in the example project however the resulting video has no sound. My filter is implemented like this:
```swift
func nextLevel(_ nextLevel: NextLevel, rende…
-
在PPMusicImageShadow的代码中有这样一段代码
```
func applyBlur(ciimage : CIImage) -> UIImage?{
let overlay = CIImage.init(color: CIColor(color: UIColor(white: 0.0, alpha: 0.3)))
o…
-
It would be awesome if you could customise the output size and resolution (i.e. I want to output my 5K iMac screen to 1920x1080 @ 52dpi).
-
I'm trying to reproduce some filters from Photoshop with YUCIRGBToneCurve filter.
![vividexample](https://cloud.githubusercontent.com/assets/13030375/17961569/da3aac08-6aac-11e6-93d6-6268bbc39d97.jpg…
-
使用1.2.4版本 使用example裡面的程式直接建立qrcode整個qrcode就跑掉了,只會顯示一個區塊而已
再麻煩看一下,
ios版本是9.3 iphone 6
![screen shot 2017-05-10 at 21 58 59](https://cloud.githubusercontent.com/assets/11982625/25902413/110f2106-…
-
Hi,
I'm trying to create a gradient generator, using CIImage Filters.
I'm using the CIImageProcessor processor wrapper, but I didn't find how can I pass some parameters like the gradient colors and…
-
I need to apply some color transformation to some markers and they do not show.
- the unmodified image shows
- when set to an ImageView the filtered image shows.
- when used as a marker, the filter…