Revision: 13836
http://sourceforge.net/p/skim-app/code/13836
Author: hofman
Date: 2023-12-05 17:06:24 +0000 (Tue, 05 Dec 2023)
Log Message:
-----------
never save image data as eps
Modified Paths:
--------------
trunk/SkimNotes/SKNUtilities.m
Modified: trunk/SkimNotes/SKNUtilities.m
===================================================================
--- trunk/SkimNotes/SKNUtilities.m 2023-12-05 16:50:52 UTC (rev 13835)
+++ trunk/SkimNotes/SKNUtilities.m 2023-12-05 17:06:24 UTC (rev 13836)
@@ -342,8 +342,6 @@
id imageRep = [[value representations] count] == 1 ?
[[value representations] objectAtIndex:0] : nil;
if ([imageRep isKindOfClass:[NSPDFImageRep class]]) {
value = [imageRep PDFRepresentation];
- } else if ([imageRep isKindOfClass:[NSEPSImageRep
class]]) {
- value = [imageRep EPSRepresentation];
} else {
value = [value TIFFRepresentation];
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit