-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
I am working on a 10+ sheets project, and when using schematic-diff, all sheets are averaged into one. (I see all of them at once). So It is not really easy to spot the differences.
schematic-diff.sh, there is:
convert -set colorspace Gray -separate -average -density 150 $output_path/%.pdf $output_path/%.png
So I perform a regular schematic-diff, and then, I tried the aformentioned command from the cache directory.
the -average is the source of my problems.
If I replaced it with -append (so there is still only one file), the file is huuuuuuge and I can't even open it without crashing my image viewer.
So I'd suggest we either :
- have various images, that we could open separately (and only open those with changes ?)
- replace
-averagewith-append, but we find a way to compress the image.
Metadata
Metadata
Assignees
Labels
No labels