2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-13 18:17:49 -04:00

Move plJPEG into plGImage.

This matches what was done for plPNG.
This commit is contained in:
Darryl Pogue
2013-01-05 20:34:01 -08:00
parent b574a583f4
commit c77cb10c20
17 changed files with 43 additions and 560 deletions

View File

@ -2584,7 +2584,7 @@ void cyMisc::SetAlarm( float secs, PyObject * cb, uint32_t cbContext )
//
// PURPOSE : captures the screen and saves it as a jpeg
//
#include "plJPEG/plJPEG.h"
#include "plGImage/plJPEG.h"
void cyMisc::SaveScreenShot(const char* fileName, int x, int y, int quality)
{
if ( cyMisc::GetPipeline() )

View File

@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyImage.h"
#include "pyGeometry3.h"
#include "plJPEG/plJPEG.h"
#include "plGImage/plJPEG.h"
#include "plGImage/plPNG.h"
#include "pnKeyedObject/plUoid.h"