Saturday, February 13, 2016

How to Extract Images from PSD files

There is a new service introduced into Adobe's Creative Cloud called "Extract" that should help you extract assets as well as other information from a PSD. To use it:

- Login to creative.adobe.com/files
- Upload the PSD
- Click on the Extract tab.
- Select an item to extract and choose a format: PNG, JPG or SVG.

This service in Adobe's Creative Cloud is free to all users. You just need a login. If you want to try it without a login, check out: http://www.adobe.com/go/extract_tweet1


source:

https://forums.adobe.com/thread/1045950?tstart=0

Tuesday, January 12, 2016

[Solved] Vagrant SSH: ssh_exchange_identification: read: Connection reset by peer

If you try to use vagrant ssh from git bash on windows and encountered this error message :

Vagrant SSH: ssh_exchange_identification: read: Connection reset by peer

there are two steps to solve this issue.

1. Add git bin path to the path in environment variables
For example, in 64bits windows
C:\Program Files\Git\usr\bin

2. If you still get the error message, it is really possible that your processor does not support virtualization.  To solve this, you need to go to BIOS setting and enabled virtualization.
It is depend on your computer, but basically something like this