Skip to content

schematic diff : multiple sheet projects #18

@Drinausaur

Description

@Drinausaur

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions