You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 -average with -append, but we find a way to compress the image.
The text was updated successfully, but these errors were encountered:
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: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 :
-average
with-append
, but we find a way to compress the image.The text was updated successfully, but these errors were encountered: