[QUOTE=pepsi cola;33190598]i don't, it has a futuristic "mock UI" feel to it[/QUOTE]
I'm just trying something other than squares and curves. Once I've added actual content, I'm sure it'll look much better.
[QUOTE=jaybuz;33190969]I'm just trying something other than squares and curves. Once I've added actual content, I'm sure it'll look much better.[/QUOTE]
alrighty
[QUOTE=Kopimi;33190216][img]http://i.imgur.com/I8mEU.png[/img]
anime swag
been messing with making some photoshop patterns so that i can filter images and make them look sort of digital
this effect is just 3 columns of RGB on multiply :v:
[editline]8th November 2011[/editline]
i still dont know what all the blend modes do[/QUOTE]
Multiply works wonders on images with solid white backgrounds. You just need to draw white behind them to fill it again.
[QUOTE=jaybuz;33191760]Multiply works wonders on images with solid white backgrounds. You just need to draw white behind them to fill it again.[/QUOTE]
what do you mean?
the image has a solid white background :v:
[QUOTE=Kopimi;33191966]what do you mean?
the image has a solid white background :v:[/QUOTE]
To blend with backgrounds:
[img]http://dl.dropbox.com/u/386727/ScrnCap/apple-its-fruit.jpg[/img]
[editline]9th November 2011[/editline]
oh, I fixed Firefox by doing a fresh install. Some add-ons just incorporate them self's into the browser and screw it up. Chrome does it simple.
[QUOTE=jaybuz;33192146]To blend with backgrounds:
[img]http://dl.dropbox.com/u/386727/ScrnCap/apple-its-fruit.jpg[/img][/QUOTE]
Not what I'm looking for but wow that's really helpful
You did say "i still dont know what all the blend modes do"
I gave a use for multiply...
[QUOTE=jaybuz;33192237]You did say "i still dont know what all the blend modes do"
I gave a use for multiply...[/QUOTE]
i tried drafting a post that explained what i meant like 4-5 times but cant seem to do it so:
thanks for showing me how to use multiply :>
after all these years I never actually got round to learning what the blend modes do, I just try them all out when I'm trying to achieve an effect
[QUOTE=jaybuz;33192146]To blend with backgrounds:
[img]http://dl.dropbox.com/u/386727/ScrnCap/apple-its-fruit.jpg[/img]
[editline]9th November 2011[/editline]
oh, I fixed Firefox by doing a fresh install. Some add-ons just incorporate them self's into the browser and screw it up. Chrome does it simple.[/QUOTE]
Or just do a layer mask.
[QUOTE=Alcapwne;33196236]after all these years I never actually got round to learning what the blend modes do, I just try them all out when I'm trying to achieve an effect[/QUOTE]Technically, they select which bit operations are executed when blending each layer's color, pixel by pixel.
More down to the ground, they're used to make shit look cool.
[QUOTE=iamacyborg;33196796]Or just do a layer mask.[/QUOTE]
Layer masks don't blend so the edges would still look crap. And, shadows need to be blended.
[editline]9th November 2011[/editline]
Here's a better example.
[img]http://dl.dropbox.com/u/386727/ScrnCap/apple-its-fruit-2.jpg[/img]
More client work:
[img]http://i.imgur.com/QHoNE.png[/img]
Kind of a boring brief, law firm website, etc.
My apple would look great on that slider. Just sayin'.
Whoops I accidentally made one of the footer link columns serif haha. I keep doing shit like that right before I save the flat images out.
[editline]9th November 2011[/editline]
[QUOTE=jaybuz;33203673]My apple would look great on that slider. Just sayin'.[/QUOTE]
Plez provide a mockup in 3 different colors
[code]
$file_name = 'image.php';
$mime_type = mime_content_type( $file_name );
$im = @imagecreatefrompng( $file_name );
[/code]
There's something wrong with this.
image.php is
[code]
include('./gd-gradient-fill.php');
$img = new gd_gradient_fill(128,128,'ellipse','#f00','#000',0);
[/code]
If I go to image.php it generates an image.
When i go to use the php file as an image file it doesn't work even if i set the headers.
[editline]10th November 2011[/editline]
If i link a png file instead of the php file the script works.
[QUOTE=Wobbier;33207447][code]
$file_name = 'image.php';
$mime_type = mime_content_type( $file_name );
$im = @imagecreatefrompng( $file_name );
[/code]
There's something wrong with this.
image.php is
[code]
include('./gd-gradient-fill.php');
$img = new gd_gradient_fill(128,128,'ellipse','#f00','#000',0);
[/code]
If I go to image.php it generates an image.
When i go to use the php file as an image file it doesn't work even if i set the headers.
[editline]10th November 2011[/editline]
If i link a png file instead of the php file the script works.[/QUOTE]
uhhh what
[php]
require 'image.php';
$mime_type = "image/png";
$im = imagecreatefrompng( $img );
[/php]
-snip-
it works now.
9 hours of cursing at the pen tool later:
[IMG]http://i.imgur.com/OSWaB.png[/IMG]
Still gotta figure out the colors/style I want to go with for each district. I need 4 colors: disabled, normal, hover, and active. Any advice?
[QUOTE=adamjon858;33211821]9 hours of cursing at the pen tool later:
[IMG]http://i.imgur.com/OSWaB.png[/IMG]
Still gotta figure out the colors/style I want to go with for each district. I need 4 colors: disabled, normal, hover, and active. Any advice?[/QUOTE]Be consistent with the borders. Either use them on all or none.
[editline]10th November 2011[/editline]
Oh and be cool and convert these to <path>s
[QUOTE=TerabyteS_;33215377]Be consistent with the borders. Either use them on all or none.
[editline]10th November 2011[/editline]
[B]Oh and be cool and convert these to <path>s[/B][/QUOTE]
Fuck that shit! Unless there's an automated tool.
[QUOTE=iamacyborg;33215989]Fuck that shit! Unless there's an automated tool.[/QUOTE]Export svg with Illustrator, then copypaste the paths from there into your page.
These are vector shapes in Photoshop atm...but yeah, I would really love to have SVG's. Would make doing the hover, active rollovers a lot easier.
As for the borders, all of the light green ones are supposed to have borders/inner shadows like the dark green/red ones. I just didn't want to copy the layer style to 30 layers before I had something I really liked.
(On a side note, any way to apply a layer style to a whole group or whole bunch of layers at once?)
[QUOTE=adamjon858;33216437]These are in Photoshop atm...but yeah, I would really love to have SVG's. Would make doing the hover, active rollovers a lot easier.[/quote]
Taking paths from Photoshop to AI should be as easy as dragging&dropping in CS5.x
[quote](On a side note, any way to apply a layer style to a whole group or whole bunch of layers at once?)[/QUOTE]Right click on the layer with the style, click copy style, select all of the destination layers, right click on one of them and paste the style. Magic done.
On a side note, I now know I will never be a cartographer. Fuck this map drawing shit.
[editline]10th November 2011[/editline]
[QUOTE=TerabyteS_;33216479]Taking paths from Photoshop to AI should be as easy as dragging&dropping in CS5.x
Right click on the layer with the style, click copy style, select all of the destination layers, right click on one of them and paste the style. Magic done.[/QUOTE]
Yup, but layer styles don't always transfer to Illustrator very well.
Also....wtf....How did I never know you could paste to multiple layers? Is that new in CS5? I swear I've tried that a while ago and I couldn't get it to work.
Terabyte, you have come a long way in your knowledge since FontJourney....Hopefully your programming gets to the level of your Photoshop savvy!
[QUOTE=adamjon858;33216480]Hopefully your programming gets to the level of your Photoshop savvy![/QUOTE]I hope so, too :v:
I'm just messing about with three.js a little bit in order to try and learn it.
God it's complicated, but here's what i've made so far, with partial help of a tutorial.
[url]http://pdo.elementfx.com/3/[/url]
Cha-Ching! Somebody just donated $4 to qfi.im
[QUOTE=TerabyteS_;33216946]Cha-Ching! Somebody just donated $4 to qfi.im[/QUOTE]
Have you considered using flattr?
Dang. Get rich!
Sorry, you need to Log In to post a reply to this thread.