But when I tried with my laptop's screenshot, it is showing 0.886308
It is not around 0.33. What could we do in these cases?
you not screen your wallpaper or open graphic program in case?
coz your example for screenshot is actualy 50% "Picture" and 50% drawed windows.
i'm affraid screenshot what ...
Search found 5 matches
- 2016-10-17T08:53:57-07:00
- Forum: Users
- Topic: Identify Different Types of Images
- Replies: 14
- Views: 15705
- 2016-10-13T23:34:37-07:00
- Forum: Users
- Topic: Translate a Shell script into Windows Batch file
- Replies: 3
- Views: 4684
Re: Translate a Shell script into Windows Batch file
For files :
@echo off
chcp 65001
cd /d "%~dp0"
md Append2
magick %*% +append ^
"./Append2/result%random%.png"
exit
for folders :
@echo off
chcp 65001
cd /d "%~dp0"
md Append2
magick %*%/*.png ^
+append ^
"./Append2/result%random%.png"
exit
i append litle archive for you with ready and ...
@echo off
chcp 65001
cd /d "%~dp0"
md Append2
magick %*% +append ^
"./Append2/result%random%.png"
exit
for folders :
@echo off
chcp 65001
cd /d "%~dp0"
md Append2
magick %*%/*.png ^
+append ^
"./Append2/result%random%.png"
exit
i append litle archive for you with ready and ...
- 2016-10-13T01:02:25-07:00
- Forum: Users
- Topic: make labels on sequence of images [WIN][CMD]
- Replies: 4
- Views: 4973
Re: make labels on sequence of images [WIN][CMD]
I'm sorry i not explane myself well. my english pretty bed.
anyway i find soluion. so thank you very much on you replays.
anyway i find soluion. so thank you very much on you replays.
- 2016-10-12T02:14:46-07:00
- Forum: Users
- Topic: make labels on sequence of images [WIN][CMD]
- Replies: 4
- Views: 4973
Re: make labels on sequence of images [WIN][CMD]
hello. i need take image one by one and append label.
later i will create from sequence of images GIF's.
i no need part append all the images vertically in a single image.
i want script take one image append my text and put it to another folder.
not append all together. keep them as sequence.
thank ...
later i will create from sequence of images GIF's.
i no need part append all the images vertically in a single image.
i want script take one image append my text and put it to another folder.
not append all together. keep them as sequence.
thank ...
- 2016-10-12T01:48:45-07:00
- Forum: Users
- Topic: make labels on sequence of images [WIN][CMD]
- Replies: 4
- Views: 4973
make labels on sequence of images [WIN][CMD]
Hello. I try to make top label on couple images sequences.
I wtote script to do this.
magick "TempSeq/*.png" -background Green ^
-font Ariel -fill Black -pointsize 24 ^
label:"My Label" ^
+swap -gravity center -append ^
"./temp/%%04d.png"
this part simple and go easy. but i stuck with brasket ...
I wtote script to do this.
magick "TempSeq/*.png" -background Green ^
-font Ariel -fill Black -pointsize 24 ^
label:"My Label" ^
+swap -gravity center -append ^
"./temp/%%04d.png"
this part simple and go easy. but i stuck with brasket ...