当前位置:网站首页>VFP calls the command line image processing program, and adding watermark is also available
VFP calls the command line image processing program, and adding watermark is also available
2022-06-25 11:44:00 【VFP of Garfield】
NConvert yes XnView A command line tool for batch image processing , It has many image processing functions , For example, metadata editing 、 Picture format conversion 、 Resize the picture 、 Brightness adjustment 、 Fuzzy 、 Sharpen, etc , How much support 500 Multiple image formats , Not just for Windows platform , stay linux、Mac And other platforms have corresponding versions , Because it adopts the operation mode of command line , Therefore, it is more suitable for advanced users .
NConvert The main features
One 、 Numerous toolsets
1、 Metadata editing .
2、 transformation : rotate , tailoring , Resize …
3、 adjustment : brightness , Contrast , saturation ,…
4、 filter : Fuzzy , Relief , sharpening ,…
5、 effect : shielding , watermark ,Vignetti
Two 、 Multi platform support
NConvert Multi platform , Apply to Windows,Mac,Linux,FreeBSD,OS / 2,DOS32 LE,MSDOS,ATARi,BeOS x86,QNX,Irix,Solaris,HP-UX,AIX etc. .
3、 ... and 、 Excellent compatibility
NConvert Compatible with 500 More than picture formats ( Include Multipage And animation static format APNG,TIFF,GIF,ICO etc. ), And export to about 70 Different file formats .
Four : A simple example
Add watermark :
-wmfile file : File as watermark
-wmpos x y : Watermark location
-wmflag flag : Watermark location
top-left, top-center, top-right
center-left, center, center-right
bottom-left, bottom-center, bottom-right
-wmopacity value : Watermark transparency (0-100)
=> nconvert -wmpos 100 200 -wmflag center -wmopacity 30 -wmfile sample.jpg origin.jpg
take sample.jpg Add as watermark to origin.jpg, And set the transparency to 30
Add text to picture :
-text string : Add text to picture
-text_font name size : Text type and size
-text_color r g b : Text color
-text_back r g b : Text background color
-text_flag pos : Text location
top-left, top-center, top-right
center-left, center, center-right
bottom-left, bottom-center, bottom-right
-text_pos x y : Displacement or offset
-text_rotation degrees : Text rotation
11
=> nconvert -text_pos 100 150 -text_rotation 30 -text_back 255 255 120 -text Rain forest wind in.jpg
Clockwise on the picture 30 The degree is printed with words , The text background is yellow
nconvert -text_font Verdana 72 -text_pos 90 100 -text_rotation 120 -text_flag center -text_color 255 0 255 -text_back 255 255 255 -text How do you know it's not a fish *.jpg
More information :www.sn58.cn
边栏推荐
- 如何实现移动端富文本编辑器功能
- SQL注入漏洞(繞過篇)
- Causes and solutions of over fitting
- Thingspanel releases Internet of things mobile client (multiple pictures)
- Evaluating the overall situation of each class in a university based on entropy weight method (formula explanation + simple tool introduction)
- 杭州/北京内推 | 阿里达摩院招聘视觉生成方向学术实习生(人才计划)
- Big endian and little endian
- CMU puts forward a new NLP paradigm - reconstructing pre training, and achieving 134 high scores in college entrance examination English
- 寿命分布 4种
- 9 cases where elements cannot be located
猜你喜欢
VFP develops a official account to receive coupons, and users will jump to various target pages after registration, and a set of standard processes will be sent to you
Idea uses the fast request interface for debugging
Capacity expansion mechanism of Dict Of redis (rehash)
Flink deeply understands the graph generation process (source code interpretation)
How far is it from the DBF of VFP to the web salary query system?
Spark history server and event log details
牛客网:主持人调度
分享7个神仙壁纸网站,让新的壁纸,给自己小小的雀跃,不陷入年年日日的重复。
SQL注入漏洞(繞過篇)
Caused by: org. xml. sax. SAXParseException; lineNumber: 1; columnNumber: 10; Processing matching '[xx][mm][ll]' is not allowed
随机推荐
Is it safe to open a stock account on your mobile phone? Who can I open an account with?
VFP develops a official account to receive coupons, and users will jump to various target pages after registration, and a set of standard processes will be sent to you
JVM shutdown hook details
Spark runs wordcount (case 2)
How to use the markdown editor
Golden sun education listed in the U.S.: a small cap medium cap stock with a market value of USD 360million
兴业证券是国企吗?在兴业证券开户资金安全吗?
揭秘GaussDB(for Redis):全面对比Codis
Comparison between relu and SIGMOD
Spark Tuning common configuration parameters
基于超算平台气象预警并行计算架构研究
SQL injection vulnerability (bypass)
Why distributed IDS? What are the distributed ID generation schemes?
TCP如何處理三次握手和四次揮手期間的异常
The temporary table from XML to VFP is simple and easy to use and worth collecting
金太阳教育美股上市:市值3.6亿美元 成小盘中概股
How TCP handles exceptions during three handshakes and four waves
JS judge whether a number is in the set
GC
try-catch-finally