{$cfg_webname}
主页 > 计算机 > C++ >

基于QT的图像格式转换器设计与实现(含录像)

来源:56doc.com  资料编号:5D11932 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D11932
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

基于QT的图像格式转换器设计与实现(含录像)(任务书,开题报告,外文翻译,毕业论文15800字,程序代码,答辩PPT,答辩视频录像)
摘  要
在linux,windows不同平台,利用QT开发工具,实现了对本地图像进行格式转化功能。设计的图像转化软件,具备了一些基本的图像操作,包括查看图片、放大图片、缩小图片、前一张、后一张、图像转化和新建截图等功能。利用QT实现代码复用。使得该软件操作简便,界面整洁。
在Linux系统嵌入式环境下基于QT的图像转化设计更具有实用价值。本设计是在Linux和windows下使用QT技术进行GUI设计,利用QTCreator软件编程实现一个图形界面,完成一个简单的图像转化的设计。该设计基于QT集成开发环境,利用系统的函数接口来编程、具有体积小、支持的格式多、系统占用资源少、支持各种常用格式的转化等功能,还可以实现代码复用,实现跨平台的效果。
此次开发设计在Windows 7系统 和Ubuntu12.04下,以C++为开发语言,在Qt 5.3.2开发平台上。通过对其开发,深入了解QT开发软件的流程和其强大功能,为后来使用者起借鉴作用。

关键词:不同平台;图形用户界面;QT;代码复用
 
Design and implementation of image format converter based on QT
Abstract
In Linux, windows platform, using QT development tools, implementation of the native image format conversion function. Image conversion software design, has some of the basic operation of the image, including view pictures, enlarge, narrow, a picture before, after a, image transformation and new screenshots and other functions. Reuse code by using QT. The software is easy to operate, clean interface.
In the embedded Linux system environment design of image transformation based on QT and has more practical value. This design is a GUI design using QT technology in Linux and windows, the realization of a graphical interface using QTCreator software programming, to complete a simple image transforming design. The design of the QT integrated development environment based on, programming, has the advantages of small volume, support playback function format conversion, the system takes fewer resources, support a variety of commonly used format using the function interface system and Can also achieve code reuse, to achieve cross platform effect.
The development of design in the Windows 7 system and Ubuntu12.04, which is developed by C++ language, in the Qt 4.7.4 development platform. Through its development, in-depth understanding of QT software development process and its powerful functions for later reference, user.

Keywords: different platform; graphic user interface; QT; code reuse
 
该软件为满足大众对图片转化的需要和Linux、Windows下的开发使用者使用。以下对软件的需求做简单陈述。
该软件窗口分成两大部分,上半部分是图片的显示窗口,下半部分设有图片源文件选择,输出路径选择,转换后输出文件的图片格式选择。
1)图片显示功能。用于浏览图片。
2)高级转化。这部分是程序的核心,它实现了更为强大的功能。当选择该功能时候,它可以加入图片,可以选择要转化的图片格式,转化后的路径等。而且在该程序中,允许多图同时转换为所需要的图片格式。

 

基于QT的图像格式转换器设计与实现
基于QT的图像格式转换器设计与实现
基于QT的图像格式转换器设计与实现
基于QT的图像格式转换器设计与实现

Ubuntu12.04下界面:

基于QT的图像格式转换器设计与实现
基于QT的图像格式转换器设计与实现


目   录
摘  要    I
Abstract    II
1  绪论    1
1.1  课题背景    1
1.2  课题研究目的及意义    4
1.3  嵌入式的现状及前景    5
1.4  Qt介绍及发展    7
2  Qt软件的架构及开发    9
2.1  Qt的特点和组成    9
2.2  Qt的开发机制介绍    13
3  Qt图像格式转换器的设计与实现    16
3.1  系统架构分析与设计    16
3.1.1  需求分析设计    16
3.1.2  界面设计分析    17
3.1.3  软件框架设计    18
3.2  程序的实现    21
3.2.1  使用Qt进行GUI设计    21
4  软件功能测试    26
4.1  Qt下软件调试    26
4.2  双平台测试    28
致  谢    37

推荐资料