public marks

PUBLIC MARKS with tags css & photoshop

2014

Adobe Parfait

by Paykhan & 3 others
Project Parfait is now Creative Cloud Extract. Extract CSS, fonts, colors and export optimized images from a PSD, right from your browser.

Avocode – Preview and inspect PSDs

by sbrothier
Get CSS, SVG, image assets, fonts, colors. All without Photoshop.

INK

by Paykhan
Ink is a plugin that helps you providing few extra important informations about your mockups by documenting your layers, from typography to effects and shape sizes.

CSS Hat

by Paykhan
Plugin photoshop pour générer du CSS3 depuis un calque.

2013

Google Webdesigner

by Paykhan & 1 other
Un outil pour animation motion design par Google

Les pépites du web #1

by LuciferX
Lancement d’une toute nouvelle catégorie sur le blog, il s’agit d’une sélection de ressources de très bonnes qualités ayant attiré mon attention et qui méritent un coup d’œil.

richardjdare.com » Blog Archive » AtlasMaker 0.7 – Make Texture Atlases in Photoshop

by sbrothier
In game development it is common to have hundreds if not thousands of texture maps and animation frames in a single project. Keeping track of all these images is taxing for both the developer and the computer, so what we do is arrange the images into texture atlases.

A M | CSS Sprites

by sbrothier (via)
Someone at work came to me asking if there was a clever way to create sprites, to help the markup guy finding the coordinates of all the images in a large sprite. And everytime the designer was updating the sprite he had to verify if all the images were still in place. So I asked Ivan Montes if he could help me out creating a script to allocate image positions His answer was better than expected: "I've already done that, and there´s a guy who took my script to create a Photoshop plugin".

2012

Cut & Slice

by Paykhan & 3 others
PLugin photoshop pour le découpage d'elements web ou app

Phrogz/context-blender · GitHub

by sbrothier & 1 other (via)
Syntax overContext.blendOnto( underContext, blendMode, offsetOptions ); - overContext : A CanvasRenderingContext2D - underContext : A CanvasRenderingContext2D - blendMode : A string with the blend mode to use, e.g. 'screen' - offsetOptions : [optional] JS Object with some/all of the following keys: destX, destY The X/Y location in the 'underContext' to blend onto; both default to 0. sourceX, sourceY The X/Y location in the 'overContext' to blend from; both default to 0. width,height The size of the box to blend; both default to 'auto', blending up to the right and bottom edges of the 'over' context. Width and height may less than specified if there is not enough space on the over or under contexts to fit the blend. Use // Likely an 'offscreen' (not in the DOM) canvas var over = someCanvas.getContext('2d'); // Usually a canvas that is shown on the page var under = anotherCanvas.getContext('2d'); // Blend all of 'over' onto 'under', starting at the upper left corner over.blendOnto(under,'screen'); // Blend all of 'over' onto 'under' (again), starting at 17,42 in 'under' over.blendOnto(under,'multiply',{destX:17,destY:42}); // Blend a 16x16 tile from 'over' onto 'under' (again), starting at 17,42 in 'under' over.blendOnto(under,'add',{destX:17,destY:42,sourceX:32,sourceY:128,width:16,height:16}); Supported Blend Modes The following blend modes work perfectly (or as nearly as the vagaries of the HTML Canvas allow): normal (or src-over) screen multiply difference These blend modes mostly work as intended, but have issues when it comes to dealing with the alpha channel: exclusion - very subtle color differences (slightly too bright) under limited circumstances. src-in - the output of this blend mode is slightly different from the effect of applying the transparency of one layer as a mask to another; the difference only appears in low-opacity areas, however. add (or plus) - Photoshop's "Linear Dodge (add)" blend mode does not perform addition on the opacities of the two layers. I have not yet figured out what it does instead. For now, this mode performs simple numeric addition, the same as the SVG 1.2 "plus" mode. lighten (or lighter) - the result is slightly too dark when the opacity falls and incorrectly 'favors' a higher-opacity source. darken (or darker) - the result is too dark when combining low-opacity regions, and does not properly 'favor' the higher-opacity source. overlay - this is only correct where both the over and under images are 100% opaque; the lower the alpha of either/both images, the more the colors get clamped, resulting in high contrast. hardlight - this is the opposite of "overlay" and experiences similar problems when either image is not fully opaque. colordodge (or dodge) - works correctly only under 100% opacity colorburn (or burn) - works correctly only under 100% opacity Requirements/Browser Support Tested on Safari v5.0, Chrome v8, and FF v3.6. Should work on any user agent that supplies a CanvasRenderingContext2D along with getImageData and putImageData. About This library was created around the need solely for a one-off 'screen' blend mode to match the company-mandated style for bar graphs used internally, previously only available via a Microsoft® Excel® template. Clearly this functionality is useful in more contexts than just my one-off, so I decided to make a framework around it and encourage others to help figure out the formulae. Please, fork this project, add blend modes and/or fix math, and send me pull requests! I feel certain that the resources must exist out there on the equations Photoshop uses in the presence of alpha, but so far I have not found them. Reference Material PDF Blend Modes: Addendum (January 23, 2006) PDF SVG Compositing 1.2, Part 1: Primer Custom blend modes for Flash 10 blog post Blend Modes in Delphi blog post License This library is released under an MIT-style license. That generally means that you are free to do almost anything you want with it as long as you give a bit of credit where credit is due. See the LICENSE file included for the actual legal limitations.

Bringing blending to the Web | Web Platform Team Blog

by sbrothier
If you’re a user of our design applications such as Photoshop and Illustrator, you know how you can create very cool effects with blend modes. An Amazon search returns many books and a Google search on ‘photoshop blending tutorial’ returns more than 200,000 results. This points to a very widely known and used feature.

Photoshop Template for Blueprint CSS Comps | Konigi

by fabifab (via)
Photoshop Template for Blueprint CSS Comps

Layer Styles

by Spone
just like your favorite graphics editor but in your browser. And it creates CSS.

2011

2010

John Nack on Adobe : Feedback, please: HTML5 layers in Photoshop?

by sbrothier
What if Photoshop implemented native HTML as a layer type? Just like the app currently supports special layer types for text, 3D, and video, it could use the WebKit engine (which CS5 already embeds) to display HTML content. Among other things you’d get pixel-accurate Web rendering (text and shapes); the ability to style objects via CSS parameters (enabling effects like dotted lines); data-driven 2D and 3D graphics; and high fidelity Web output (HTML as HTML).

2009

Why we skip Photoshop - (37signals)

by Spone
When designing a UI we usually go right from a quick paper sketch to HTML/CSS. We skip the static Photoshop mockup. Here are a few reasons

PUBLIC TAGS related to tag css

ajax +   api +   blog +   blogs +   code +   design +   development +   dhtml +   documentation +   dom +   editor +   firefox +   flash +   free +   freeware +   html +   internet +   java +   javascript +   library +   mysql +   opensource +   perl +   php +   programmation +   programming +   python +   reference +   resources +   ressources +   rss +   scripts +   software +   standards +   technology +   tips +   tools +   tutorial +   tutorials +   usability +   w3c +   web +   web2.0 +   webdesign +   webdev +   xhtml +   xml +   xpath +   xsl +   xslt +  

Active users

Paykhan
last mark : 22/12/2014 10:56

sbrothier
last mark : 05/05/2014 12:40

LuciferX
last mark : 03/09/2013 16:38

eledo34
last mark : 29/06/2012 08:07

fabifab
last mark : 05/06/2012 16:39

kloh
last mark : 23/04/2012 06:07

Spone
last mark : 21/04/2012 20:02

vrossign
last mark : 03/04/2011 10:47

Hieroglyphe
last mark : 18/11/2010 21:14

nhoizey
last mark : 30/12/2009 16:26

kemar
last mark : 30/11/2009 13:38

dzc
last mark : 28/10/2009 15:12