OpenCores
URL https://opencores.org/ocsvn/mpdma/mpdma/trunk

Subversion Repositories mpdma

[/] [mpdma/] [trunk/] [mb-bmp2jpg/] [bmp2jpg_mb.c] - Diff between revs 22 and 26

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 22 Rev 26
Line 96... Line 96...
 
 
  int i;
  int i;
  unsigned int col, cols, row, rows;
  unsigned int col, cols, row, rows;
  int compression;
  int compression;
  int sample;
  int sample;
  char* bmpfilename = "image04.bmp";
  char* bmpfilename = "image01.bmp";
  char* jpgfilename = "image04.jpg";
  char* jpgfilename = "image01.jpg";
  int bmpsizelimit = 2*1024*1024;
  int bmpsizelimit = 2*1024*1024;
 
 
  compression = 0;
  compression = 0;
 
 
//  bmpimage=(unsigned char*)0x70000000;
//  bmpimage=(unsigned char*)0x70000000;

powered by: WebSVN 2.1.0

© copyright 1999-2025 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.