P
P
pixelcannabis2016-11-26 01:21:14
Computer networks
pixelcannabis, 2016-11-26 01:21:14

What service / program to take a screenshot to look like in MAC?

Interested in the same shadow effect:
-2014-11-23-04.33.10@2x.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Moskus, 2016-11-27
@pixelcannabis

Using ImageMagick (download and install from here www.imagemagick.org/script/binary-releases.php#windows ), for a single file, you can do this, in one line:
The syntax of the shadow parameter is as follows:
That is, in the example above - the opacity of the shadow is 80%, the blur value is 16 pixels, the shift is 8 pixels in X, by the same amount in Y. By increasing the first number or replacing gray with black, achieve the desired severity shadow, changing the second number - its size, and changing the last two numbers - positioning.
In order to be able to process any file by simply dragging it to the desktop icon, you will have to create a batch file, for example, dropshadow.bat, and put it somewhere where you have permission to run it. The contents of such a batch file should be as follows:
Последний аргумент (в кавычках) определяет имя выходного файла, в данном случае - имя оригинала с добавленным "_shadow". Захотите поменять - синтаксис здесь: ss64.com/nt/syntax-args.html
Далее нужно просто создать на рабочем столе ярлык для этого batch-файла (перетащить его из проводника, удерживая Alt) и можно пользоваться. Перетаскиваете на этот ярлык файл изображения, который у вас имеется, получаете в той же папке новый с тенью и суффиксом _shadow в имени.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question