登录
首页 » c++,c » gimp图形图像处理软件

gimp图形图像处理软件

于 2022-11-21 发布 文件大小:15.71 MB
0 96
下载积分: 2 下载次数: 1

代码说明:

gimp是Linux版本的图形图像处理软件,是Linux体系中的pthotoshop,值得学习

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C# 套打Demo
    套打Demo 【核心代码】using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;using System.Drawing.Printing;namespace Print_Demo{ public partial class Form1 : Form { public PrintDocument printDt = new PrintDocument(); //打印文档对象 Font printFont; //打印使用的字体 public Form1() { InitializeComponent(); } void printDt_PrintPage(object sender, PrintPageEventArgs e) { float pointX = 10; float pointY = 10; e.Graphics.DrawString("打印内容", new Font("宋体", 16F), Brushes.Black, pointX 60, pointY); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 26,pointX 300,pointY 26); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 35); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 56, pointX 300, pointY 56); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 65); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 86, pointX 300, pointY 86); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 95); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 116, pointX 300, pointY 116); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 125); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 146, pointX 300, pointY 146); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 155); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 176, pointX 300, pointY 176); e.Graphics.DrawString("打印内容", printFont, Brushes.Black, pointX, pointY 185); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 206, pointX 300, pointY 206); e.Graphics.DrawString("检测结果", printFont, Brushes.Black, pointX, pointY 233); e.Graphics.DrawString("通过", new Font("宋体",22F,FontStyle.Bold), Brushes.Black, pointX 90, pointY 225); e.Graphics.DrawLine(new Pen(Color.Black), pointX, pointY 265, pointX 300, pointY 265); e.Graphics.DrawString("单位名称", printFont, Brushes.Black, pointX, pointY 275); } private void Form1_Load(object sender, EventArgs e) { printDt.PrintPage = new PrintPageEventHandler(printDt_PrintPage); printFont = new Font("宋体", 12F); } private void btnPrint_Click(object sender, EventArgs e) { //PrintDialog printDlg = new PrintDialog(); //printDlg.Document = printDt; //printDlg.AllowPrintToFile = true; //printDlg.AllowCurrentPage = true; //printDlg.AllowSelection = true; //printDlg.ShowDialog(); //printDlg.ShowDialog(); printDt.Print(); } private void btnLook_Click(object sender, EventArgs e) { PrintPreviewDialog printPreview = new PrintPreviewDialog(); printPreview.PrintPreviewControl.Document = printDt; printPreview.ShowDialog(this); } }}
    2021-05-06下载
    积分:1
  •  一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。...
     一个简单的数字时钟程序,其中的date类派生于MFC CStatic 基类。-a simple digital clock procedures, which date the category MFC CStatic derived from the base class.
    2022-04-24 06:04:00下载
    积分:1
  • 双目标定计算深度学习源码
    基于双目标定获得相机之间的转换关系,计算目标物相对物体的深度信息,并对深度信息进行归一化、平滑处理,得到目标物体
    2022-08-08 07:21:38下载
    积分:1
  • c# 各种打印实例源码下载(打印报告)
    c# 各种打印实例源码下载(打印报告)
    2015-03-26下载
    积分:1
  • 学生信息系统
    一个简易的学生信息系统,包含了数据库和控件的连接,可以在控件层面进行针对数据库的信息添加、删除等相关修改,以及在datagrid上显示数据库中的信息
    2022-07-15 09:50:42下载
    积分:1
  • P2P_WebCamera
    使用vs2010开发的网络视频客户端,可以打开本地摄像头获取图像(a web camera client which can capture local camera image)
    2012-03-14 12:45:14下载
    积分:1
  • 做两
    ASP.NET+c#做的双向探针,可以看服务器的相关信息,也可以看自己的信息,不需要做任何设置,上传后就可运行,如果使用国外空间请将web.config一起上传,否则可能会出现乱码 v1.1更新: AspNet内存占用、AspNet CPU时间、开机运行时长、进程开始时间、CPU数服务器时区、CPU类型-do two-way probe, the server can see the relevant information, you can see their information and do not need to do any setup, and can upload operation, the use of foreign space Please upload sed together, otherwise there may be gibberish v1.1 Update : AspNet memory footprint, AspNet CPU time, the boot long run, the beginning of the process time, number of server CPU, CPU type
    2022-03-17 08:37:35下载
    积分:1
  • 星星灯,流水灯课程设计
    文件包括程序和原理图、PCB。很简单又很漂亮的星星灯,适合课程设计。
    2022-08-13 12:15:15下载
    积分:1
  • stm8s105 BLDC源代码
    STM8S105 BLDC源代码,代码非常简单易读;
    2023-06-28 15:00:04下载
    积分:1
  • 手写字母识别
    该系统可以实现手写字母,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    2022-11-27 16:50:03下载
    积分:1
  • 696518资源总数
  • 105901会员总数
  • 40今日下载