Etterna
0.74.4
Loading...
Searching...
No Matches
src
RageUtil
Graphics
RageSurface_Save_JPEG.h
1
/* RageSurface_Save_JPEG - Save a RageSurface to a JPEG. */
2
3
#pragma once
4
5
struct
RageSurface
;
6
class
RageFile
;
7
9
namespace
RageSurfaceUtils
{
10
bool
11
SaveJPEG(
RageSurface
* surface,
RageFile
& f,
bool
bHighQual =
true
);
12
};
RageFile
High-level file access.
Definition
RageFile.h:16
RageSurfaceUtils
Utility functions for the RageSurfaces.
Definition
RageSurface_Load.h:7
RageSurface
Definition
RageSurface.h:90
Generated by
1.9.8