FROM: http://lazyfoo.net/tutorials/SDL/06_extension_libraries_and_loading_other_image_formats/index.php

Extension Libraries and Loading Other Image Formats

Last Updated 7/20/20

SDL extension libraries allow you do things like load image files besides BMP, render TTF fonts, and play music. You can set up SDL_image to load PNG files, which can save you a lot of disk space. In this tutorial we'll be covering how to install SDL_image.

SDL itself is an extension library since it adds game and media functionality that doesn't come standard with your C++ compiler. As you're setting up your extension library, you'll realize it's nearly identical to installing SDL by itself. We'll be specifically installing SDL_image, but if you can install that extension library you should be able to install any of them.

After you set up SDL_image, we'll cover how to create load a PNG with SDL.

Select Your Operating System
Windows
Linux
Mac OS X

最新文章

  1. 针对Excel的vbs操作
  2. xpath学习积累
  3. ruby -- 进阶学习(十二)fragment cache
  4. MySQL配置SQL Assistant提示
  5. http模式
  6. 动态规划 算法(DP)
  7. SharePoint 2010 的企业级搜索技术文章
  8. Codeforces 611C New Year and Domino DP+容斥
  9. 算法专题训练 搜索a-T3 Ni骑士(ni)
  10. (转)iOS7界面设计规范(3) - UI基础 - 启动与退出
  11. VC中获取窗口控件相对客户区的坐标
  12. 创建文件DSN
  13. Java数据结构和算法总结-字符串及高频面试题算法
  14. JDK丨WIN10配置JDK1.8 (解决javac不是内部或外部命令,也不是可运行的程序或批处理文件)
  15. python爬虫相关
  16. Codeforces 955F Heaps - 动态规划
  17. Linux下TFTP服务的安装、配置和操作
  18. java 网络编(二)UDP的传输
  19. resful规范
  20. [转载]使用SQL Server 2008的事务日志传送功能备份数据库(logshiping)

热门文章

  1. Java之再初识二
  2. 用ThreadLocal来优化下代码吧
  3. 为 MaixPy 加入软 I2C 接口(移植 MicroPython 的 I2C)
  4. ansible-playbook通过github拉取部署Lnmp环境
  5. php curl 获取请求头与DNS解析
  6. MeteoInfoLab脚本示例:MODIS Sinusoidal投影HDF数据
  7. c3算法
  8. SQL Server语法入门
  9. 关于umi-request GET请求参数携带数组
  10. 怎样学习C语言(献给迷茫的C爱好者)!