Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

schematic diff : multiple sheet projects #18

Open
Drinausaur opened this issue Feb 22, 2020 · 0 comments
Open

schematic diff : multiple sheet projects #18

Drinausaur opened this issue Feb 22, 2020 · 0 comments

Comments

@Drinausaur
Copy link

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 -average with -append, but we find a way to compress the image.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant