V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX  ›  parkman  ›  全部回复第 2 页 / 共 8 页
回复总数  151
1  2  3  4  5  6  7  8  
2015 年 4 月 25 日
回复了 lcshi 创建的主题 分享创造 360°视频-可任意旋转观看角度
@lcshi 不能够私信

联系我 马化腾:348751047
2015 年 4 月 22 日
回复了 lcshi 创建的主题 分享创造 360°视频-可任意旋转观看角度
蛮看好这样的场景的~ 360在汽车之中也有不错的应用
都可以啦
2015 年 2 月 15 日
回复了 parkman 创建的主题 Python ghost.py 在 Yemosite 有问题,有没有谁遇到
@huigeer 有网址吗 ? 我学习下
2015 年 2 月 15 日
回复了 parkman 创建的主题 Python ghost.py 在 Yemosite 有问题,有没有谁遇到
@geeklian Mac Yemosite Python2.7.8
@jkjoke 我觉得挺好的,怎么跟您联系
@jkjoke 绝对是 热心网友
@robinray 哈哈,没什么银子,本来要求也不高
@jamesxu 哈哈
@rayps GERAT
不好看
2014 年 9 月 6 日
回复了 fofoone 创建的主题 分享创造 分享开源一个自己写的 ios 的电台播放器吧
[self.cover setImageWithURL:[NSURL URLWithString:track.picture] placeholderImage:nil options:SDWebImageRefreshCached];

__weak typeof(self) weakSelf = self;

//[self.cover sd_setImageWithURL:[NSURL URLWithString:track.picture] placeholderImage:nil options:SDWebImageRefreshCached completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType, NSURL *imageURL)

[self.cover setImageWithURL:[NSURL URLWithString:track.picture] placeholderImage:nil options:SDWebImageRefreshCached completed:^(UIImage *image, NSError *error, SDImageCacheType cacheType) {
CGImageRef imgRef = image.CGImage;
CGFloat width = CGImageGetWidth(imgRef);
CGFloat height = CGImageGetHeight(imgRef);
CGAffineTransform transform = CGAffineTransformIdentity;
CGRect bounds = CGRectMake(0, 0, width, height);
CGFloat scaleRatio = 1;
transform = CGAffineTransformMakeTranslation(0.0, height);
transform = CGAffineTransformScale(transform, 1.0, -1.0);
UIGraphicsBeginImageContext(bounds.size);
CGContextRef context = UIGraphicsGetCurrentContext();
CGContextScaleCTM(context, scaleRatio, -scaleRatio);
CGContextTranslateCTM(context, 0, -height);
CGContextConcatCTM(context, transform);
CGContextDrawImage(UIGraphicsGetCurrentContext(), CGRectMake(0, 0, width, height), imgRef);
UIImage *imageCopy = UIGraphicsGetImageFromCurrentImageContext();
UIGraphicsEndImageContext();
weakSelf.bgcover.image = imageCopy;

}];
2014 年 9 月 6 日
回复了 fofoone 创建的主题 分享创造 分享开源一个自己写的 ios 的电台播放器吧
FIX , SD新版本要改下代码
2014 年 9 月 6 日
回复了 fofoone 创建的主题 分享创造 分享开源一个自己写的 ios 的电台播放器吧
这个是什么原因导致的。 是不是SD 版本不对

http://photo.weibo.com/1738495452/photos/detail/photo_id/3751743321175886
2014 年 8 月 4 日
回复了 parkman 创建的主题 分享创造 「护驾」邀请 V 友做使用反馈及送手机支架
@asca 嗯,谢谢您的反馈
赞一个 有前途! 希望特效更酷
1  2  3  4  5  6  7  8  
关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   Solana   ·   2508 人在线   最高记录 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 27ms · UTC 05:23 · PVG 13:23 · LAX 22:23 · JFK 01:23
♥ Do have faith in what you're doing.