-
Notifications
You must be signed in to change notification settings - Fork 31
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
Image outline #578
Open
Rdornier
wants to merge
42
commits into
ome:master
Choose a base branch
from
Rdornier:image-outline
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Image outline #578
Changes from 27 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2485530
Add outline icon and outline image ROI (full image)
Rdornier a606cde
update gitignore
Rdornier 125060c
adapt rectangle to the viewport
Rdornier 5c16973
fix outline area
Rdornier 25ffe0e
add space to remove useless changes
Rdornier 822e758
Update stockeWidth after creating the Rectangle
Rdornier 7652e92
Merge branch 'ome:master' into image-outline
Rdornier 90eec45
Merge branch 'image-outline' of https://github.com/Rdornier/omero-fig…
Rdornier 4aa3ee6
Merge branch 'ome:master' into image-outline
Rdornier 97d2638
Merge branch 'image-outline' of https://github.com/Rdornier/omero-fig…
Rdornier c9da69a
Merge branch 'ome:master' into image-outline
Rdornier 47122cd
Merge branch 'image-outline' of https://github.com/Rdornier/omero-fig…
Rdornier 09243c1
Add css border to images
Rdornier a8341cd
handle dynamic change of color and stroke width
Rdornier 0a71133
remove last implementation
Rdornier e7925cc
add border ouside panel and replace outline by border
Rdornier c0c20fc
remove extra space and commented code
Rdornier 0f5fa39
adjust label margin according to borders
Rdornier c57f8a8
Fix line-width drop-down thanks to Will
Rdornier 8413745
Toggle show/hide with one button
Rdornier 830d988
Fixing showBorder logic
Rdornier f2013b1
Update figure_to_pdf
Rdornier a368b28
fix bug on showBorder
Rdornier 08bc8d5
Add tiff export border support
Rdornier c069e16
Merge branch 'ome:master' into image-outline
Rdornier 11e92dc
Fix flake8 errors
Rdornier 46dbf91
Merge branch 'image-outline' of https://github.com/Rdornier/omero-fig…
Rdornier 24fe033
Merge branch 'master' of https://github.com/Rdornier/omero-figure int…
Rdornier ec73abb
Fixing margin-top
Rdornier d538c6d
Fix method name
Rdornier e5a5963
Fixing tiff export
Rdornier 526f3b6
Fix flake8 errors
Rdornier 5d9e438
Fix flake8 errors
Rdornier 88de839
fix rotation issue on pdf
Rdornier 5a5063c
Fix rotation issue
Rdornier cfcbf35
Fix border width rounding
Rdornier 243ea0c
try fixing padding
Rdornier b59d9ee
Merge branch 'ome:master' into image-outline
Rdornier 3e0427f
Merge branch 'ome:master' into image-outline
Rdornier 79a706d
Merge branch 'ome:master' into image-outline
Rdornier e636d32
Fix PDF borders according to will suggestion
Rdornier 13071e2
Fix flake8 errors
Rdornier File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ dist | |
omero_figure.egg-info | ||
omero_figure/templates/ | ||
omero_figure/static/ | ||
.vscode | ||
.idea |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure I understand the need for diving by the zoom here?
When I was testing on a big image, the zoom was very large, so the shift_pos was effectively zero and the border wasn't getting drawn around the outside of the panel. When I simply tried
shift_pos = sw
it seemed to work OK?