imagelab
imagelab copied to clipboard
ImageLab is a standalone tool which supports anyone to get started with image processing related concepts and techniques in an interactive, less logical way.
Making Sections Resizable: A User-Friendly Approach Currently, the sizes of the image preview, main background, properties pane, and information pane are fixed. To enhance user experience, we can implement a...
# Description Made style changes to beautify information pane that resolves issue #182 - overlaping of operator Description #182 - Dynamic height of information pane #182 ## Type of change...
The operation description text in information pane overlap. Please refer the video. https://github.com/scorelab/imagelab/assets/26256895/d6282955-81aa-4209-ba26-4ed88fe9f1bc
# Description Updated the chat button in the README to link to the newly created Slack channel - Fixes #(issue id) - Feature #(issue id) ## Type of change -...
# Description Added a remoteMain in main.js and initialized it. So the issue which was arising while running the electron app is now resolved. - Fixes #173 ## Type of...
this error message is showing in terminal while running electron app. and in the browser window another error is displaying.
# Description I have added preload scripts to fix the error `window.require is not a function.` The preload script initialize the renderer process environment i.e,`ipcRenderer` before the actual web page...
# Description Added a cross-env package in the node modules so that it can set env var BROWSER=none on running the command 'yarn dev' or 'npm run dev'. - Fixes...
There is an error `window.require is not a function.` occurring in browse-blocks-functions.js as well as main.js when there is an attempt to use `ipcRenderer` of Electronjs before the Electron main...
 On running npm run dev i am getting this error. `'BROWSER' is not recognized as an internal or external command.`