mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-12 19:40:28 +02:00
Merge branch 'dev-docs' of gitlab.com:creyd/intelliphoto into dev-docs
This commit is contained in:
@@ -26,16 +26,16 @@
|
||||
\tableofcontents
|
||||
\end{titlepage}
|
||||
\section{Introduction}
|
||||
intelliPhoto is a software for creating and editing graphics of various kinds. It uses 1 byte per pixel and is ideal for cases where this sort of limitation is required, because of various reasons, we will not go into. It has an extensive feature set, which includes, but is not limited to:
|
||||
intelliPhoto is a software for creating and editing graphics of various kinds. It uses 1 byte storage per pixel and is ideal for cases where this sort of limitation is required. It has an extensive feature set, which includes, but is not limited to:
|
||||
\begin{itemize}
|
||||
\item An advanced, highly usable user interface
|
||||
\item Loading and Saving images from and to standardized formats (such as .png, .bmp or .jpg)
|
||||
\item Drawing with a pen with adjustable width and color, clearing the whole canvas with one color and drawing lines, flood-filling similiar pixels, creating rectangles, circles and polygons
|
||||
\item A layer structure, that allows for creating, deleting, moving and changing the order of layers
|
||||
\item Loading and Saving images from and to standardised formats (such as .png, .bmp or .jpg)
|
||||
\item Drawing with a pen with adjustable width and color, clearing the whole canvas with one color and drawing lines, flood-filling similar pixels, creating rectangles, circles and polygons
|
||||
\item A layering structure, that allows creating, deleting, moving and changing the order of layers
|
||||
\end{itemize}
|
||||
|
||||
\section{User Guide}
|
||||
After startup the following window opens:
|
||||
After startup the following window opens (OS: Windows):
|
||||
\begin{center}
|
||||
\includegraphics[width=0.55\linewidth,keepaspectratio]{assets/startup}
|
||||
\end{center}
|
||||
@@ -44,9 +44,9 @@ After startup the following window opens:
|
||||
\subsubsection{Loading images}
|
||||
To load a preexisting image, click on \texttt{File} in the top menu bar and then on \texttt{Open...} in the appearing context menu.
|
||||
|
||||
A file explorer window opens. Navigate to the image you want to open and click on \texttt{Open} or the equivalent in your system language. The image will now be imported and displayed.
|
||||
A file explorer window opens. Navigate to the image you want to open and click on \texttt{Open}. The image will now be imported and displayed.
|
||||
|
||||
\subsubsection{Saving images}
|
||||
\subsubsection{Exporting images}
|
||||
To save the current canvas as an image, click on \texttt{File} in the top menu bar then hover over \texttt{Save As} and click on your preferred file format in the appearing context menu.
|
||||
\begin{center}
|
||||
\includegraphics[width=0.3\linewidth,keepaspectratio]{assets/file-save}
|
||||
@@ -54,6 +54,9 @@ To save the current canvas as an image, click on \texttt{File} in the top menu b
|
||||
|
||||
A file explorer window opens. Navigate to your preferred save location, input a file name and click on \texttt{Save} or the equivalent in your system language. The image will be saved at that location in the selected file format.
|
||||
|
||||
\subsubsection{Saving projects}
|
||||
To save the current project state click on \texttt{File > Save Project} or alternatively use the shortcut \texttt{CTRL+S} (or on \texttt{cmd+S} on MacOS). You may then select a location where to save your project.
|
||||
|
||||
\subsection{Working with layers}
|
||||
\subsubsection{Creating a new layer}
|
||||
To create a new layer, simply navigate to \texttt{Layer > Create Layer} and select the type of layer you want. Afterwards popups will appear, which will allow you to specify width and height of this new layer.
|
||||
@@ -111,7 +114,7 @@ The main color dictates the color of the edge, while the secondary color is used
|
||||
|
||||
\subsubsection{Using gradients}
|
||||
To activate the gradient tool just click on the gradient tool icon on the right-hand-side toolbar. The gradient interpolates linearly from the main color to the second hand color. To change them refer to the section "Setting the main and secondary color".
|
||||
The use of this tool is very similiar to the line tool: Simply click and hold on the starting point of the gradient, move to the end location and release the mouse button. The pixels on the active layer will change accordingly.
|
||||
The use of this tool is very similar to the line tool: Simply click and hold on the starting point of the gradient, move to the end location and release the mouse button. The pixels on the active layer will change accordingly.
|
||||
|
||||
\subsubsection{Fill the active layer in one color}
|
||||
To activate the plain tool just click on the plain tool icon on the right-hand-side toolbar.
|
||||
@@ -123,6 +126,6 @@ For Windows 10, the desired symbol looks like this when hovered:
|
||||
\begin{center}
|
||||
\includegraphics[width=0.9\linewidth,keepaspectratio]{assets/close-window}
|
||||
\end{center}
|
||||
Alternatively you can press \texttt{CTR+Q}.
|
||||
Alternatively you can press \texttt{CTRL+Q} (Windows) (or \texttt{cmd+Q} on MacOS).
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user