Search found 10 matches

by Crys
2018-01-17T11:10:05-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Thank you very much GeeMack, the "-background non" solved the problem!
by Crys
2018-01-17T08:12:35-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

If "-transparent white" isn't the last attribute, then it doesn't show any effect.

"-shave 1" also don't show any effect, in any constellation. And "-bordercolor white -border 1" makes the wind rose ugly, the transparent parts in the middle gets white boarders too.

Maybe the problem is, because my ...
by Crys
2018-01-17T07:25:10-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Thank you again, I didn't know this.

But I still have a problem with the white border while rotating:
https://img3.picload.org/image/ddcaiara/test_fuzz0to100.jpg
From the left to the right the fuzz in step of 10% higher.

At 70% you may can't see the boarder, if you don't know where to look, but ...
by Crys
2018-01-13T13:06:10-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Thanks to every body, for the great and quick help.

If some one want to try the script, I just let it run, while exporting from Lightroom:
@echo off

set START=%1
set WINDROSE="f:\Desktop\ImageMagick Test\wind-rose3.png"

identify -format "%%[exif:ImageDescription]" %START% > temp.txt
set /p TEXT ...
by Crys
2018-01-13T12:57:18-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Thx, I tried this already. But it works only for > fuzz 60%
by Crys
2018-01-13T11:27:58-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Thanks GeeMack, this was to easy ;)
And I found out how to rotate the wind rose, but now I got the problem that there is a (maybe 1px) with boarder around the rotated input:
https://img3.picload.org/image/ddlipcdw/test_180113_192351.jpg

convert %START% -auto-orient ^
( -clone 0 -fill black ...
by Crys
2018-01-13T07:26:01-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Oh, I see my mistake:
Since you're using it in a BAT script I used two percent signs [...]
With two % it works. But how can I use this information?
How to put it into a batch variable?
identify -format "%%[exif:GPSImgDirection]" %START%
identify -format "%%[exif:ImageDescription]" %START%

What ...
by Crys
2018-01-12T13:21:57-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

Re: opacity inner boarder to pic

Thanks for your quick answer GeeMack!

I see, the problem is, that I don’t understand the syntax. I got still one problem and one thing I don’t understand:
If I try to read the exif information noting happens. As image viewer I use IrfanView and this tool shows me some exif information of my pic ...
by Crys
2018-01-12T03:32:47-07:00
Forum: Users
Topic: opacity inner boarder to pic
Replies: 22
Views: 20180

opacity inner boarder to pic

Hello,
I got a lot of holyday photos, which I want to edit: every photo should get the same inner boarder and a short text, from the exif data.

The photos have different sizes, but this shouldn’t matter to the boarder.
1.) a inner boarder of 40px at all sizes, 20px at the bottom. The boarder has a ...