Skip to content

Commit f9fc8f7

Browse files
committed
Adding project for new exif module
1 parent a33c135 commit f9fc8f7

2 files changed

Lines changed: 122 additions & 1 deletion

File tree

ext/exif/exif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1148,7 +1148,7 @@ void WriteJpegFile(char *FileName, Section_t *Sections, int *SectionsRead, int *
11481148
}
11491149
#endif
11501150

1151-
PHPAPI int php_read_jpeg_exif(ImageInfoType *ImageInfo, char *FileName, int ReadAll) {
1151+
int php_read_jpeg_exif(ImageInfoType *ImageInfo, char *FileName, int ReadAll) {
11521152
Section_t Sections[20];
11531153
int SectionsRead;
11541154
char *LastExifRefd=NULL;

ext/exif/exif.dsp

Lines changed: 121 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)