I am having a .png file listing some workflows and I need to edit it and add new workflows to it using Dia. Is there an option to import .png file and make it editable in dia ? If not any other option for me so that I can edit the file
1
There are 1 best solutions below
Related Questions in IMPORT
- Django invalid literal for int() with base 10:
- Importing a downloaded JAR file into a Servlet
- Importing with package name breaking enum comparison in Python
- Being able to print before declaring. PYTHON
- R Importing excel file directly from web
- Connect to database and export to sql script
- Import Git SVN cloned repository into existing Git repository
- Python Searching for files and Importing them
- Python Importlib Not Finding Modules
- Python dynamic from?
- Android Importing Project -- FloatingActionButton cannot be found
- importing function giving scoping error
- How can I add an image in the drawable/res folder?
- importing external ".txt" file in python
- Import dataset with spanish special characters into R
Related Questions in PNG
- Understanding the function of this particular 9 patch image
- How can I convert PNG to GIF keeping the transparency?
- Conversion from MathML equation to flash?
- Overlay image in ts file
- gnuplot png white on black
- Using R to convert png files to animation
- PNG transparent backgrounds appearing black when using Android Studio
- Post png image to pngcrush with Ruby
- Skip bytes in ByteArray Java
- Random Line Appearing on Moving Texture Node
- How do I grep GZ files to extract PNG files?
- png uncompressed by CGContextDrawImage is different from orign png image in xcode
- Why the first byte of .png file is 0x89?
- worklight server preview wont show png resources anymore after configuring it to serve svg
- Android: Embedding a compressed image inside a PDF document
Related Questions in DIA
- Total participation in Dia
- Is there a silent installation mode for Dia on Windows?
- With DIA diagramming program, how to add cardinality notations on relationship lines?
- Are those dia2sql tools sheet-specific?
- dia: in Chen's Notation, what are dot-bordered atts and what are multivalue atts for?
- How can I save my Dia drawing as a custom shape?
- UML in Dia, inherit arrow diagonal?
- What is the Touch UI replacement of xtype tableedit2
- Dia export not satisfactory
- Importing bitmap in Dia
- Any hints on programming Dia with Python extensions?
- How to draw a self-call in Dia?
- Block Dia Diagram Editor from saving backup copies of files
- How can I get the gtk window of a C running program through a python script?
- Underlining in DIA
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You have two choices:
a) Add your PNG as a an image to your Dia diagram - see
http://dia-installer.de/doc/en/basic-objects-chapter.html#image
Once you've done that, you can "draw over" the image. Place a white rectangle over parts that you don't need. Dia allows you to change the order of the object (you want to place the image in the background). Dia also supports "Layers" to organize your objects. You could add your image to a background layer to ensure that it stays in the background. This is the quick and dirty approach.
b) Convert your PNG into a vector graphic (SVG) and import that into Dia. Dia does not support this conversion, but you could use Inkscape to do that. This approach is more sophisticated and will require a good quality PNG that is suited for conversion. http://inkscape.org/