Hi:
Just to clarify.
The way I activated the text3.bat was by
pasting the image FOTO.JPG over the .bat ico, as Bonzo suggested.
Emilio
Search found 27 matches
- 2015-09-22T04:41:59-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
- 2015-09-22T02:27:07-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Re: Placen a text over a image
Hi: I have posted the code I used as text3.bat, but since there is a problem to read it I am putting it here as .txt, you will have to rename it. Also I am copying the code here. >>>> SETLOCAL ENABLEDELAYEDEXPANSION SET gravity=-gravity Center SET Option=-pointsize 200 -background "#00000000" -fill ...
- 2015-09-21T12:10:02-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Re: Placen a text over a image
snibgo: I did not made myself understood... On the error code I put refers to the error I get where I did NOT put a image, but on the second and third .bat I put images and the result was the same. I was not putting the image in the proper place. Now with the Bonzo indication All works. Thanks ...
- 2015-09-21T09:01:03-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
- 2015-09-21T08:58:16-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Re: Placen a text over a image
Bonzo: I feel you got a very bad student ;) But I try hard. I have tried to activate your code which I made it as a .bat = text1.bat I got this error. C:\GEST03B10>FOR /F %j IN ('convert -gravity Center -crop 184x113+0+0 -format "% [fx:(mean<0.5)?1:0]" info:') DO convert -pointsize 100 -background ...
- 2015-09-20T08:19:38-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Re: Placen a text over a image
bonzo: I am using wWindows, and basically to activate the IM code I use RUN convert..... I do not know PHP, which looks like it is a great language but above my posibilities. Sorry not to be able to use your code. fmw42 I have used your code and it works. run "convert foto.jpg -fill "#123" -stroke ...
- 2015-09-19T12:22:36-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Re: Placen a text over a image
bonzo and snibgo: Thanks the "-list color" is what I needed. bonzo: Yes I found the message from whugemann Re: Labelling in either black or White That is the idea... but at the momento toooooo complex for me ;) fmw42: I reproduced your first Testing Gradient... most impresive. "Personally, I think ...
- 2015-09-19T07:53:00-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Re: Placen a text over a image
snibgo and fmw42: I got using IM to place a text on top a images, no problem. Still I got the problem of the color of the text on top of a similar color on the image. And I will try to learn how to do it using fmw42 suggestion. At the momento I have a problem of choosing colors in the -fill ( i got ...
- 2015-09-18T08:03:34-07:00
- Forum: Users
- Topic: Placen a text over a image
- Replies: 36
- Views: 28120
Placen a text over a image
Hello: I wonder what will be the simplest way to add a text over a image. Lets say I want to add «This is my cat» on the bottom center of the image. I really would like to make the text transparent so it would integrate much better with the image But since the image on that place could be of any c ...
- 2015-08-27T00:12:44-07:00
- Forum: Users
- Topic: Searching images by its colors
- Replies: 11
- Views: 9463
Re: Searching images by its colors
fmw42:
Thanks for all.
I will start working with 3 colors and
see how it comes.
Then I will try your other options.
Emilio
Thanks for all.
I will start working with 3 colors and
see how it comes.
Then I will try your other options.
Emilio
- 2015-08-26T02:26:44-07:00
- Forum: Users
- Topic: Searching images by its colors
- Replies: 11
- Views: 9463
Re: Searching images by its colors
fmw43: I have used this one and the results are very acceptable. To my eyes perception I feel that the results are acordingly to the red I see on the image. convert logo: -format "%[fx:100*mean.r/((mean.g+mean.b)/2)]" info: Still this is more that I can chew... I would not like to impose more of ...
- 2015-08-25T14:08:50-07:00
- Forum: Users
- Topic: Searching images by its colors
- Replies: 11
- Views: 9463
Re: Searching images by its colors
fmw42: Yes the first line does not get sound results I tried the second one. convert image -channel r -separate +channel -format "%[fx:100*mean]" info: Image with quite a lot of whites 40% and some black 20% bluesky 40% r= 50.6102 b= 62.7957 g= 55.5145 Image of red pepers red 70% green 10% white ...
- 2015-08-25T12:25:46-07:00
- Forum: Users
- Topic: Searching images by its colors
- Replies: 11
- Views: 9463
Re: Searching images by its colors
fmw42 and snibgo: Yes I tried at the command line DOS, and it worked... Still I need it to work it from dBASE PLUS (I have to use the RUN) So I tried again and now it works ... magick ;) RUN convert FOTO.JPG -fuzz 100% -fill black +opaque red -format "%[fx:100*mean]" info: > aaa.txt modi comm aaa ...
- 2015-08-25T12:09:47-07:00
- Forum: Users
- Topic: Searching images by its colors
- Replies: 11
- Views: 9463
Re: Searching images by its colors
snibgo:
Sorry sometimes I forget that I should put the OS I am using...
Yes I am using Microsoft windows 7
Thaks
Emilio
Sorry sometimes I forget that I should put the OS I am using...
Yes I am using Microsoft windows 7
Thaks
Emilio
- 2015-08-25T11:51:11-07:00
- Forum: Users
- Topic: Searching images by its colors
- Replies: 11
- Views: 9463
Re: Searching images by its colors
fmw42: Thanks for the help... But my knowledge is limited and I do not get anything.. I have tried this: run convert foto.jpg -fuzz 10% -fill black +opaque red -format "%[fx:100*mean]" info: The process SEEMS to go ok, but I do not get any results... I feel the info: means somethig but really I do ...