Fix Adobe’s Annoying Photoshop PNG Transparency Clipping
- Author: Tom Woodward
- Category: Tutorial
- Tags: clipping, export, Photoshop, png, transparent
Photoshop decided it was smarter than me and would override my decisions about exporting a PNG layer with transparencies. It’d clip it and mess up my careful alignment. You can see someone else suffering from this on the Adobe forums.
This could not stand.
If you don’t want to see the setup for the issue and just want the answer . . . take the paint brush set the opacity to 0 and make a slash across the top prior to export.
Related posts
The Web is Plastic
Twitter really needs to seriously rethink the *mandatory* & unalterable displaying of images in one's timeline on http://t.co/kklAvPC4K8 — Digital Maverick (@digitalmaverick) July 20, 2014 I saw the post above this morning and thought to myself that this is a problem I can solve. You can still bend and shape it to your desires, even if it’s not technically yours. There are lots of ways to deal with this issue but I figured I would look at removing the image preview entirely using CSS. Turns out there is a Chrome Stylebot extension that lets you set custom CSS styles for particular sites and it is dead simple to use even if you don’t know CSS. Embedded below is an under one minute example of how to use Stylebot to deal with the image preview issue.
My Twitter Evolution – Episode 1
I joined Twitter in November of 2007 which is roughly seven and half years ago. That’s a fairly long time and both my use and my thoughts about Twitter changed quite a bit over that time. Consider that Twitter only produced about 5,000 tweets a day back You could read all of Twitter. Crazy. then compared to 50 million a day now. I thought it’d be interesting to look back at my blog and see what I thought about Twitter in those early days.It is sometimes rough to read my own writing from that far back but for you, dear reader, I shall persist. The first post I can find is from a few months after I joined and the post was titled My Secret Shame (best of twitter 1-30-08). The title alone lets you know I really was kind of embarrassed to be on Twitter. Clearly not too embarrassed to write about it in public but it still felt like it could be a waste of time. Back in those days you couldn’t embed the tweets like you can now so I hand-copied in the text and attributed them but I linked to the author’s blog instead of the tweet itself. That shows pretty clearly that I saw the Twitter element as much less important. Surely you’d want to […]
- Author: Tom Woodward
- Category: Reflections, Tutorial
- Tags: twitter, workflow
A WordPress Child Theme with MixItUp
Earlier, I attempted to integrate a slick javascript sorting library called MixItUp into a WordPress theme. It didn’t go all that well despite a series of tutorials from different people. After a decent amount of effort- You can see a working example at this link. Click on “Moo” and it’ll sort. Click on “All” and it’ll revert to state. Some categories have no images attached so you’ll get nothing.I could fix that with some more effort and probably will at some point. The following is mainly based around this karine.do tutorial that I couldn’t quite get to work properly. Alan Levine saved meThis is yet another reason to get to know people on the Internet. I have yet to be kidnapped but many good things have come from meeting strangers on the Internet. after I backed myself in a corner where the “tiles” would sort . . . and then immediately unsort. I’d get into the the details of the issues but essentially, be careful what you name you CSS elements (#gallery, for instance, will likely have conflicts) and call jquery by its name not by $. Anyway, I hope having all this together will help someone down the line. Step one was seeing what WordPress suggested regarding child themes. I’ve never done it before but it seems pretty straight […]
- Author: Tom Woodward
- Category: Tutorial, WordPress