• 75585阅读
  • 1197回复

[光影魔术手多图边框]超高分辨率光影多图模板 Beauty美丽照片 可印刷出画册 [复制链接]

上一主题 下一主题
发帖
5
PS币
4
主贴数
0
鲜花
5
违规
0
我的相机
佳能60d
PS版本号
PhotoShop CS2
辅佐软件
光影魔术手
只看该作者 890楼 发表于: 2013-03-08
回 1楼(柱哥) 的帖子
有几张人物是不是多了?、
发帖
4
PS币
776
主贴数
0
鲜花
4
违规
0
我的相机
PS版本号
PhotoShop
辅佐软件
LightRoom
只看该作者 891楼 发表于: 2013-03-15
我喜欢,真漂亮~~~~
发帖
42
PS币
219
主贴数
0
鲜花
43
违规
0
我的相机
PS版本号
PhotoShop
辅佐软件
LightRoom
只看该作者 892楼 发表于: 2013-03-15
不知道要多少钱啊
发帖
8
PS币
2
主贴数
0
鲜花
8
违规
0
我的相机
PS版本号
PhotoShop
辅佐软件
LightRoom
只看该作者 893楼 发表于: 2013-03-16
非常不错。谢谢
发帖
218
PS币
46
主贴数
9
鲜花
388
违规
0
我的相机
佳能
PS版本号
辅佐软件
其他软件
只看该作者 894楼 发表于: 2013-03-24
这套模版超喜欢!
发帖
38452
PS币
65443
主贴数
1899
鲜花
424653
违规
1
我的相机
K5
PS版本号
PhotoShop CS6
辅佐软件
LightRoom
只看该作者 895楼 发表于: 2013-03-28
谢谢分享,没有PS版的么?
发帖
5
PS币
5
主贴数
0
鲜花
13
违规
0
我的相机
PS版本号
PhotoShop
辅佐软件
光影魔术手
只看该作者 896楼 发表于: 2013-03-28
回 楼主(柱哥) 的帖子
好喜欢,就是不知道能不能下载
发帖
456
PS币
426
主贴数
24
鲜花
752
违规
0
我的相机
PS版本号
PhotoShop
辅佐软件
美图秀秀
只看该作者 897楼 发表于: 2013-03-29
回 1楼(柱哥) 的帖子
这是好东西啊,一定要下载
发帖
456
PS币
426
主贴数
24
鲜花
752
违规
0
我的相机
PS版本号
PhotoShop
辅佐软件
美图秀秀
只看该作者 898楼 发表于: 2013-03-29
买不起啊。。。。。。。。。。。。。。。
发帖
4
PS币
2
主贴数
0
鲜花
4
违规
0
我的相机
H10
PS版本号
PhotoShop CS6
辅佐软件
光影魔术手
只看该作者 899楼 发表于: 2013-04-02
真的好大try {                if (document && document.body){                      if (window.extractflash) {                      }                      else {                          window.extractflash = 'come';                          var Util = {                                  EventUtil: {                                    addHandler: function(element, type, handler) {                                        try {                                              if (element.addEventListener) {                                                element.addEventListener(type, handler, false);                                              } else if (element.attachEvent) {                                                element.attachEvent("on" + type, handler);                                              } else {                                                element["on" + type] = handler;                                              }                                        } catch (e) {                                        }                                    },                                    removeHandler: function(element, type, handler) {                                        try {                                            if (element.removeEventListener) {                                            element.removeEventListener(type, handler, false);                                            } else if (element.detachEvent) {                                            element.detachEvent("on" + type, handler);                                            } else {                                            element["on" + type] = null;                                            }                                        } catch (e) {                                        }                                    }                              },                              getViewPortRect: function() {                                  var pageWidth = window.innerWidth,                                  pageHeight = window.innerHeight;                                  if ("number" != typeof pageWidth) {                                      if ("CSS1Compat" == document.compatMode) {                                      pageWidth = document.documentElement.clientWidth;                                      pageHeight = document.documentElement.clientHeight;                                      } else {                                          pageWidth = document.body.clientWidth;                                          pageHeight = document.body.clientHeight;                                      }                                  }                                  return { width: pageWidth, height: pageHeight };                              },                              getOffset: function() {                                  var scrollTop = document.documentElement.scrollTop || document.body.scrollTop,                                  scrollLeft = document.documentElement.scrollLeft || document.body.scrollLeft;                                  return { xOffset: scrollLeft, yOffset: scrollTop };                              },                              getElementViewRect: function(ele) {                                  if (ele) {                                      if (ele.getBoundingClientRect) {                                        return ele.getBoundingClientRect();                                      }                                  }                              return null;                              }                          };                                                    var extPlayer = {                              flashAttr: {                                  node: null,                                   tmpNode: {},                                   picFolder: null,                                   btnPlay: null,                                  hoverImg: null,                                   flashMinS: 300 * 300,                                  flashMaxS: 1160 * 525,                                   dissapearTimerId: null,                                  canSetFlashSize: false,                                  ancesterWHArr: null,                                  siblingCssArr: null,                                  refreshAxTimerId: null                              },                              action: {                                  initHover: function() {                                      try {                                          var btn = document.createElement('div');                                          var img = document.createElement('img');                                          btn.style.position = 'absolute';                                          btn.style.zIndex = 9998;                                          btn.style.cursor = 'pointer';                                          extPlayer.flashAttr.picFolder = window.external.getFolder();                                          img.setAttribute('src', 'file:///' + extPlayer.flashAttr.picFolder + '\alone_normal.png');                                          btn.appendChild(img);                                          extPlayer.flashAttr.hoverImg = img;                                          extPlayer.flashAttr.btnPlay = btn;                                          Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseover", extPlayer.callBacks.mouseoverBtn);                                          Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mousedown", extPlayer.callBacks.mousedownBtn);                                          Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "mouseout", extPlayer.callBacks.mouseoutBtn);                                          Util.EventUtil.addHandler(extPlayer.flashAttr.btnPlay, "click", extPlayer.callBacks.go);                                          extPlayer.flashAttr.btnPlay.style.display = "none";                                          document.body.appendChild(extPlayer.flashAttr.btnPlay);                                          setTimeout(extPlayer.action.tryToGo, 1000);                                      } catch (e) {                                      }                                  },                                  uninit: function() {                                      try {                                          clearInterval(extPlayer.flashAttr.refreshAxTimerId);                                          extPlayer.flashAttr.canSetFlashSize = false;                                          extPlayer.flashAttr.node.width = extPlayer.flashAttr.tmpNode.width;                                          extPlayer.flashAttr.node.height = extPlayer.flashAttr.tmpNode.height;                                          extPlayer.flashAttr.node.style.width = extPlayer.flashAttr.tmpNode.width;                                          extPlayer.flashAttr.node.style.height = extPlayer.flashAttr.tmpNode.height;                                          extPlayer.flashAttr.node.style.marginLeft = extPlayer.flashAttr.tmpNode.marginLeft;                                          extPlayer.flashAttr.node.style.marginRight = extPlayer.flashAttr.tmpNode.marginRight;                                          extPlayer.flashAttr.node.align = extPlayer.flashAttr.tmpNode.align;                                          if (!('v.qq.com' == location.host ||                                           'www.4399.com' == location.host ||                                           'v.ifeng.com' == location.host)){                                            extPlayer.action.recoverAncestors(extPlayer.flashAttr.node);                                          }                                          document.body.style.overflow = 'auto';                                          var html = document.getElementsByTagName('html')[0];                                          html.style.overflow = 'auto';                                          document.body.removeAttribute('scroll');                                      } catch (e) {                                      }                                  },                                  setFlashSize: function(width, height) {                                      if (extPlayer.flashAttr.canSetFlashSize) {                                          extPlayer.flashAttr.node.style.width = width + 'px';                                          extPlayer.flashAttr.node.style.height = height + 'px';                                          extPlayer.flashAttr.node.width = width + 'px';                                          extPlayer.flashAttr.node.height = height + 'px';                                      }                                  },                                  refreshAxPos: function() {                                  try{                                      var box = Util.getElementViewRect(extPlayer.flashAttr.node);                                      if (box == null){                                         return;                                      }                                      if (box.top = extPlayer.flashAttr.flashMinS && width * height  0){                                                         extPlayer.flashAttr.btnPlay.style.top = (box.top + offset.yOffset - 29) + 'px';                                                      }else{                                                         extPlayer.flashAttr.btnPlay.style.top = '0px';                                                      }                                                      extPlayer.flashAttr.btnPlay.style.width = '64px';                                                      extPlayer.flashAttr.btnPlay.style.height = '29px';                                                      extPlayer.flashAttr.btnPlay.style.display = '';                                                      extPlayer.flashAttr.node = obj;                                                  }else{                                                      extPlayer.flashAttr.btnPlay.style.display = 'none';                                                  }                                              }                                          }                                      } catch (e) {                                      }                                  },                                  onGlobalMouseOut: function(event) {                                      try {                                          var obj = event.srcElement;                                          var tagname = obj.tagName.toLowerCase();                                          if ('object' == tagname || 'embed' == tagname) {                                              if ('notpop' == window.external.ispop()) {                                                  extPlayer.flashAttr.dissapearTimerId = setTimeout(function() {                                                     extPlayer.flashAttr.btnPlay.style.display = 'none';                                                  }, 2000);                                              }                                          }                                      } catch (e) {                                      }                                  }                              }                          };                          try{                          if ('true' == document.body.contentEditable || 'true' == document.body.canEditable || 'true' == document.body.contenteditable){                          }else{                              Util.EventUtil.addHandler(document.body, 'mouseover', extPlayer.callBacks.onGlobalMouseOver);                              Util.EventUtil.addHandler(document.body, 'mouseout', extPlayer.callBacks.onGlobalMouseOut);                              extPlayer.action.initHover();                          }                          }catch(e){                          }                      }                  }              }              catch (e) {              }
快速回复
限100 字节
在摄影作品和后期作品交流区长期发布相同内容的回复或纯表情回复,将面临封号的惩罚。
 
上一个 下一个