psd

PSD to html conversion [closed]

£可爱£侵袭症+ 提交于 2019-11-30 16:44:57
I have completed designing the template in photoshop. now i want to convert it into html although i am very well aware of all the html, css javascript elements i use firebug too , i have converted many templates till date. my codes does not comprise of the quality it needs. when i download any templates from some premium sites and look onto their codes i feel my code is very bad in shape, my codes crave for improvement. i want to master the proper use of div , ul and li elements, and the css. is their any proper resource on the web that could teach me how i do it? is it good if i use 960gs

免费的Web UI开发套件

旧巷老猫 提交于 2019-11-30 05:54:53
直接拿来用:13款免费的CSS UI工具包 10个超酷炫Bootstrap HTML & CSS UI工具包 12款免费且精美的Web UI工具包(上) 12款免费且精美的Web UI工具包(下) 免费下载!22个最新的HTML&CSS3 UI工具包 惊艳!10个复古风格的UI工具包(PSD) 超赞!32款扁平化Photoshop PSD UI工具包(上) 超赞!32款扁平化Photoshop PSD UI工具包(下) 读懂心理学:网页界面设计实用指南三则 新技能get√ 如何使用UI工具包 App开发者福利:iOS7图标模板和UI工具包汇总 推荐10款最新的免费用户界面工具包(附下载) 下面盘点了22款适用于网页设计的 HTML&CSS3 UI工具包 ,并且全部都是免费的哦!喜欢就赶紧下载或收藏吧。这些免费工具可以加速你的网页开发进程,让你有更多时间专注于其他更重要的部分。由于扁平化设计是当前趋势,所以下面也盘点了多款扁平化风格的UI工具包。另外要提醒的一点就是,使用之前务必注意这些工具的浏览器兼容性,因为有些还未经100%的测试。 1.Get Shit Done Kit 免费的Bootstrap 3 UI工具包,绝佳的在线项目工具,支持响应式设计和各种易于使用的UI元素。它干净而精致的界面风格已经成为业内标杆。 下载 2. Modern Flat Dashboard UI

PHP: Get the position (x, y) of the layer of PSD file

笑着哭i 提交于 2019-11-30 04:08:09
I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how. I read the PSD file in PHP and read every layer in it like this: for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { ... micha <?php for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { $im->setImageIndex($i); //this $im->setIteratorIndex($i); //or this is kinda redundant $pagedata=$im->getImagePage(); print("x,y: " . $pagedata["x"].", ".$pagedata["y"]."<br />\n"); print("w,h: " . $pagedata["width"].", ".$pagedata["height"]."<br />\n"); //export

PSD to html conversion [closed]

左心房为你撑大大i 提交于 2019-11-29 23:59:30
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . I have completed designing the template in photoshop. now i want to convert it into html although i am very well aware of all the html

Convert .psd and .ai to PNG/JPG with imagick

我只是一个虾纸丫 提交于 2019-11-29 21:04:00
I'm creating thumbnails for a Digital asset manager, what is the best way to do this with imagemagick? is there good resource out there? I solved it and will share with the WORLD! it will convert .ai, .psd, .jpg, .png, .gif into thumbnails. Here is a function that takes 4 params: $dir - directory to save to. $tmpName - the name to name the file excluding the extension. $fileType - self explanatory. $size - Large or small. function thumbGenerator($dir,$tmpName,$fileType,$size){ $saveFileType = "png"; $imagePath = $dir.$tmpName.".".$fileType; $image = new Imagick(); $image->readimage($imagePath)

PHP: Get the position (x, y) of the layer of PSD file

寵の児 提交于 2019-11-29 01:58:04
问题 I am using Imagemagick with PHP and want to get the position of the layer (x,y) but dont know how. I read the PSD file in PHP and read every layer in it like this: for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { ... 回答1: <?php for ($i = 0, $num_layers = $im->getNumberImages(); $i < $num_layers; ++$i) { $im->setImageIndex($i); //this $im->setIteratorIndex($i); //or this is kinda redundant $pagedata=$im->getImagePage(); print("x,y: " . $pagedata["x"].", ".$pagedata[

Editing Photoshop PSD text layers programmatically

僤鯓⒐⒋嵵緔 提交于 2019-11-28 18:27:26
I have a multi-layered PSD, with one specific layer being non-rasterized text. I'm trying to figure out a way I can, from a bash/perl/python/whatever-else program: load the PSD edit the text in said layer flatten all layers in the image save as a web-friendly format like PNG or JPG I immediately thought of ImageMagick , but I don't think I can edit the text layer through IM. If I can accomplish the first two steps some other programmatic way, I can always use ImageMagick to perform the last two steps. After a couple of hours of googling and searching CPAN and PyPI, I still have found nothing

Convert .psd and .ai to PNG/JPG with imagick

喜夏-厌秋 提交于 2019-11-28 16:50:58
问题 I'm creating thumbnails for a Digital asset manager, what is the best way to do this with imagemagick? is there good resource out there? 回答1: I solved it and will share with the WORLD! it will convert .ai, .psd, .jpg, .png, .gif into thumbnails. Here is a function that takes 4 params: $dir - directory to save to. $tmpName - the name to name the file excluding the extension. $fileType - self explanatory. $size - Large or small. function thumbGenerator($dir,$tmpName,$fileType,$size){

How do I convert pt to sp?

喜夏-厌秋 提交于 2019-11-28 04:52:48
I am a visual designer, working on an android design and I"m trying to spec my PSD file for our engineers. I cannot seem to find any documentation regarding the conversion of point size to SP for the type in any Android documentation. (Just that SP should be used for type). The problem is that it depends on the density. Really, they're not good measurements to try to compare. Points : There are 12 points in a pica, 6 picas per inch, so 72 (more accurately 72.27) points per inch. Device-Independent Pixels (DP) : These will be equal to the pixel size for MDPI displays, 1.5x the pixel size for

How to create a layered PSD file from command line?

坚强是说给别人听的谎言 提交于 2019-11-27 18:12:05
I need to create a layered PSD file with ImageMagick or any other command-line tool available on Linux platform. Since I need to do this on Linux server, I can't use Photoshop scripting. The ImageMagick command below creates PSD file with a single layer, where two images (here: plasma fractals) are positioned one below another. (I use ImageMagick 6.5.3-10 2009-07-31 Q16, latest available in MacPorts.) convert -size 100x100 plasma:fractal plasma:fractal -append out.psd How do I create a PSD file where each image is in its own layer, and one layer is directly above another? Or, is there any