gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
ReadImg.cpp File Reference
#include <string.h>
#include "ReadImg.h"
#include "GmshMessage.h"
#include "PView.h"
#include "PViewDataList.h"
#include "GmshConfig.h"
Include dependency graph for ReadImg.cpp:

Go to the source code of this file.

Functions

int read_pnm (std::string fileName)
 
int read_jpeg (std::string fileName)
 
int read_png (std::string fileName)
 
int read_bmp (std::string fileName)
 

Function Documentation

◆ read_bmp()

int read_bmp ( std::string  fileName)

Definition at line 167 of file ReadImg.cpp.

Referenced by MergeFile().

Here is the caller graph for this function:

◆ read_jpeg()

int read_jpeg ( std::string  fileName)

Definition at line 165 of file ReadImg.cpp.

Referenced by MergeFile().

Here is the caller graph for this function:

◆ read_png()

int read_png ( std::string  fileName)

Definition at line 166 of file ReadImg.cpp.

Referenced by MergeFile().

Here is the caller graph for this function:

◆ read_pnm()

int read_pnm ( std::string  fileName)

Definition at line 164 of file ReadImg.cpp.

Referenced by MergeFile().

Here is the caller graph for this function: