ijg

How to build this project? (jpeg lib)

假装没事ソ 提交于 2020-01-30 12:31:33
问题 Edit: im now using http://code.google.com/p/jpeg-compressor/ so i dont care about making this work anymore. I downloaded the http://ijg.org/ source code, i tried to build it as a DLL file. This is farthest i could build until i went into dead-end. I noticed there was some .c files which i had to delete, but i dont know if i deleted the correct ones, there was at least these files jmemmac.c and jmemdos.c which i figured i dont need. I had to delete jmemmac.c because i compile on windows, but

How to build this project? (jpeg lib)

大城市里の小女人 提交于 2020-01-30 12:31:05
问题 Edit: im now using http://code.google.com/p/jpeg-compressor/ so i dont care about making this work anymore. I downloaded the http://ijg.org/ source code, i tried to build it as a DLL file. This is farthest i could build until i went into dead-end. I noticed there was some .c files which i had to delete, but i dont know if i deleted the correct ones, there was at least these files jmemmac.c and jmemdos.c which i figured i dont need. I had to delete jmemmac.c because i compile on windows, but

Where Can I find a good tutorial for IJG libjpeg [closed]

让人想犯罪 __ 提交于 2019-12-05 19:15:18
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 5 years ago . I need to do some work with this library and I'm finding the documentation at http://apodeline.free.fr/DOC/libjpeg/libjpeg.html to be deficient (incomplete function signatures, etc). Does anyone know of some other sides or have some example code illustrating common tasks? [Edit] I also found this question with

How to build this project? (jpeg lib)

淺唱寂寞╮ 提交于 2019-12-02 12:19:23
Edit: im now using http://code.google.com/p/jpeg-compressor/ so i dont care about making this work anymore. I downloaded the http://ijg.org/ source code, i tried to build it as a DLL file. This is farthest i could build until i went into dead-end. I noticed there was some .c files which i had to delete, but i dont know if i deleted the correct ones, there was at least these files jmemmac.c and jmemdos.c which i figured i dont need. I had to delete jmemmac.c because i compile on windows, but it gave more errors so i kept deleting those useless files, but now i dont know what to do anymore. Here

JPEG support with ijg - getting access violation

孤者浪人 提交于 2019-11-30 18:07:53
问题 I was recently trying to update my game to store graphics in compressed formats (JPEG and PNG). Whilst I ended up settling on a different library, my initial attempt was to incorporate ijg to do JPEG decompression. However, I was unable to get even the simplest console application to work and am wondering if anyone might be able to shed some light on the reasons why. Here is my code, which is linked to the jpeg.lib that is part of the ijg packages: #include "stdafx.h" #include <stdio.h>