Is there any SW that will allow you to print a plot? I use it for documentation on eBay, and it wold be nice to have the file name or description of the plot in the file. Right now, I just use snippet\
The program I use to connect is vna_qt.exe v1.1
Thanks
Frank
Beware of cheap underperforming clones
As of 2023 there are many badly performing clones on the market. V2/3GHz NanoVNA uses parts like ADF4350 and AD8342 which are costly and clones have been cutting costs by using salvaged or reject parts.
See official store and look for V2 Plus4/V2 Plus4 Pro versions only to avoid getting a bad clone. We have stopped selling V2.2 versions since October 2020, so all V2 hardware that are not Plus or Plus4 are not made by us and we can not guarantee performance.
Click here to join and see most recent posts.
Plot print function
Nanovna_app can take Screenshots of your v2. Any paint or similar soft
(IrfanView as an example) can work with them. Or.. You can use the app plus a
screen grabber (hardcopy, print screen etc) and use that.
Dg9bfc sigi
Am 15.04.2023 01:26 schrieb cocopuppy <cocopuppy@bellsouth.net>:
> Is there any SW that will allow you to print a plot? I use it for
documentation on eBay, and it wold be nice to have the file name or
description of the plot in the file. Right now, I just use snippet\
> The program I use to connect is vna_qt.exe v1.1
> Thanks
> Frank
_._,_._,_
* * *
I'm trying to figure out what you have, and what you need.
You have a data file and you want to plot it? or you have a plot image, and you want to add some info to the image?
For the latter, there's a ton of semi-automatic ways to do this - for example ImageMagick or ffmpeg can both superimpose text on an image, so you could have a small batch file or script that takes the filename of a image file, and creates a new image file with the filename embedded in the image at a specified size and location.
He may want to sell filters.. Or a homebuilt antenna?? Or...??
73 sigi dg9bfc
Am 15.04.2023 19:54 schrieb Jim Lux <jimlux@earthlink.net>:
> I'm trying to figure out what you have, and what you need.
> You have a data file and you want to plot it? or you have a plot image, and
you want to add some info to the image?
> For the latter, there's a ton of semi-automatic ways to do this - for
example ImageMagick or ffmpeg can both superimpose text on an image, so you
could have a small batch file or script that takes the filename of a image
file, and creates a new image file with the filename embedded in the image at
a specified size and location.
_._,_._,_
* * *
Thanks for the reply. I use snippet to make a copy of the actual plots, and need a way to label the before I print it. Right now all I have is the file name I save it as.
I have posted some items I am selling on eBay, and trying to figure a way to put a description that people can see what the plot was for
Frank
I have tries that, but it becomes a real job when you have 5 or 6 plots. Is there was a way to save the files with the “name” somewhere on the picture
Thanks
Frank
you can change the name when saving via the nano app
if you use a screen grabber (hardcopy.exe or similar) then also there
you can give the file a name when saving .. so where is your problem?
either the screen of the nano itself ... or the screen from the windows
app ... both can be saved and both can get its filename when saving ...
HMMM?????
dg9bfc sigi
Am 18.04.2023 um 15:44 schrieb cocopuppy:
an example?? ( i could give the pic a different name but it is what it
is ... "poty-feed" for 13 cm .. qo100 uplink)
dg9bfc
Am 18.04.2023 um 15:44 schrieb cocopuppy:
editing is done in seconds
dg9bfc sigi
Am 18.04.2023 um 15:44 schrieb cocopuppy:
a quick check on stack exchange found this if you are (or can be) using linux:
https://unix.stackexchange.com/questions/207369/add-filename-as-text-in-the-corner-of-an-image-file
James J Orleff (JJ), W0FAA
ARRL TN District 6 District Emergency Coordinator
ARRL Cumberland County Asst. Emergency Coordinator
CPARC Repeaters Trustee
CPARC Director
Sent with [Proton Mail](https://pr.tn/ref/NV8FZHYH5PG0) secure email.
------- Original Message -------
On Tuesday, April 18th, 2023 at 8:44 AM, cocopuppy <cocopuppy@bellsouth.net> wrote:
On 4/18/23 11:53 AM, W0FAA - JJ via groups.io wrote:
> a quick check on stack exchange found this if you are (or can be) using
> linux:
> https://unix.stackexchange.com/questions/207369/add-filename-as-text-in-the-corner-of-an-image-file <https://unix.stackexchange.com/questions/207369/add-filename-as-text-in-the-corner-of-an-image-file>
>
>
Exactly - those are flavors of ImageMagick
Using Windoz. Not a linux person
Thanks
OK, how do I do it? Is there a text function in the NanoVNA V2?
Frank
The file name is different, but when I load them on eBay, it ONLY has pictures, no file names
Frank
Not a unix/linux person
Thanks
Frank
On 4/22/23 12:06 PM, cocopuppy wrote:
> Using Windoz. Not a linux person
> Thanks
ImageMagick is available for Windows, and you can use a batch file (or
PowerShell) to do the titling. I don't recall it off the top of my
head, but there's a way to iterate through all files matching a pattern
in a directory, and you'd just use file name as both the "file to be
edited" and the "text to be superimposed".
something like
for %%f in (*.png) do (
superimpose %%~f /text %%~f
)
I have to go look stuff like that up every time I write a batch file or
shell script.
Actually, imagemagick is pretty sophisticated, it might have the
iteration through a wild card file thing built in. Well, I know it does
for stuff like converting all png to jpg for instance, but I don't know
if it can auto populate the text with the filename
To reply to this topic, join https://groups.io/g/NanoVNAV2