Update DocSpace articles for v2.6

This commit is contained in:
Svetlana Maleeva 2024-07-08 18:24:32 +03:00
parent 0141c34fa6
commit 6bb1e11622
40 changed files with 94 additions and 49 deletions

View File

@ -30,9 +30,10 @@
<li>Use the <b>New room</b> button in the upper left corner or the <img alt="Plus icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsplusicon.png")%>" /> Plus icon above the list of rooms.</li>
<li>Select the room type. Each room type comprises different user permission levels which can be assigned to its members:
<ul>
<li><b>Collaboration room</b> for co-editing documents, spreadsheets, presentations. The available user permission levels are Room admin, Power user, Editor, Viewer.</li>
<li><b>Custom room</b> for using different access rights. The available user permission levels are Room admin, Power user, Editor, Form filler, Reviewer, Commentator, Viewer.</li>
<li><b>Public room</b> for inviting users via <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docspace-managing-rooms.aspx#externallink")%>">external links</a> to view documents without registration. <%--You can also <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docspace-managing-rooms.aspx#embedding")%>">embed</a> this room into any web interface.--%> The available user permission levels are Room admin, Power user.</li>
<li><b>Collaboration room</b> for co-editing documents, spreadsheets, presentations. The available user permission levels are Room admin, Power user, Editor, Viewer.</li>
<li><b>Form filling room</b> allows you to upload PDF forms into the room, invite users to fill out a PDF form, review completed forms and analyze data automatically collected in a spreadsheet. The available user permission levels are Room admin, Power user, Form filler.</li>
<li><b>Public room</b> for inviting users via <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docspace-managing-rooms.aspx#externallink")%>">external links</a> to view documents without registration. You can also <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docspace-managing-rooms.aspx#embedding")%>">embed</a> this room into any web interface. The available user permission levels are Room admin, Power user.</li>
</ul>
<div class="screen_block">
<img alt="Room types" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Small/RoomTypes.png")%>" />

View File

@ -47,7 +47,7 @@
<h6>DocSpace structure</h6>
<p>In the left-side menu, the following sections are available:</p>
<ul style="margin-left: 20px">
<li><b>My documents</b> (for admins/power users only) a space for storing personal documents.</li>
<li><b>Documents</b> (for admins/power users only) a space for storing personal documents.</li>
<li><b>Rooms</b> a space for active rooms available for you. Admins can create and manage rooms; users can access only the rooms they are invited to.</li>
<li><b>Archive</b> a space for archived rooms. Admins can restore or permanently delete archived rooms; users can only view the rooms they were invited to.</li>
<li><b>Accounts</b> (for admins only) a space for managing users.</li>
@ -71,7 +71,7 @@
<ol>
<li><b>Users</b> can only access the rooms they are invited to by admins. They can't create their own rooms, folders or files. This is a Free account (its possible to add an unlimited number of users without any fee).</li>
<li><b>Power users</b> can create and edit files in the room, but can't create rooms, manage users, or access settings. This is a Paid account.</li>
<li><b>Room admins</b> can do the same as users can, as well as create and manage the assigned rooms, invite new users and assign permission levels below their level. All admins have access to the My documents section. This is a Paid account (a fee will be charged depending on the number of admins).</li>
<li><b>Room admins</b> can do the same as users can, as well as create and manage the assigned rooms, invite new users and assign permission levels below their level. All admins have access to the Documents section. This is a Paid account (a fee will be charged depending on the number of admins).</li>
<li><b>DocSpace admins</b> can do the same as room admins can, as well as access the DocSpace settings, manage and archive rooms. This is a Paid account (a fee will be charged depending on the number of admins).</li>
<li><b>Owner</b> can do the same as DocSpace admin can, as well as add admins. The Owner is a Payer who has access to payment details and is the only user that can adjust the quota and make payments. The Owner is the only user who can delete the portal. This is a Paid account.</li>
</ol>
@ -90,7 +90,7 @@
<th>User</th>
</tr>
<tr>
<td><span class="pricing">My documents</span></td>
<td><span class="pricing">Documents</span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
@ -473,11 +473,12 @@
<div class="PortalHelp">
<p>Rooms are spaces for collaboration on documents. Access rights to documents stored in a room depend on the permission level. The permission level which can be assigned to a user depends on the room type. Administrators can invite users to the room and assign or change their permission levels.</p>
<h6>Room types</h6>
<ul>
<ul>
<li><b>Custom room</b> allows you to apply your own settings to use this room for any custom purpose.</li>
<li><b>Collaboration room</b> allows you to collaborate on documents with your team using two co-editing modes: Fast and Strict.</li>
<li><b>Custom room</b> allows you to apply your own settings to use this room for any custom purpose.</li>
<li><b>Public room</b> allows you to invite users via <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docspace-managing-rooms.aspx#externallink")%>">external links</a> to view documents without registration.</li>
<li><b>My documents</b> room allows admins and power users to store their personal documents.</li>
<li><b>Form filling room</b> allows you to upload PDF forms into the room, invite users to fill out a PDF form, review completed forms and analyze data automatically collected in a spreadsheet.</li>
<li><b>Public room</b> allows you to invite users via <a class="links" href="<%=VirtualPathUtility.ToAbsolute("~/userguides/docspace-managing-rooms.aspx#externallink")%>">external links</a> to view documents without registration. You can also embed this room into any web interface.</li>
<li><b>Documents</b> room allows admins and power users to store their personal documents.</li>
</ul>
<div class="screen_block">
<img alt="Room types" target="img3_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Small/RoomTypes.png")%>" />
@ -486,58 +487,67 @@
</div>
<h6>Permission levels within a room</h6>
<p>A <b>permission level</b> is a set of permissions for actions that a user can perform. Admins can assign a permission level to a user within a certain room. Each room type comprises different permission levels which can be assigned to its members:</p>
<ul>
<li>Collaboration room - Room admin, Power user, Editor, Viewer.</li>
<ul>
<li>Public room - Room admin, Power user.</li>
<li>Form filling room - Room admin, Power user, Form filler.</li>
<li>Collaboration room - Room admin, Power user, Editor, Viewer.</li>
<li>Custom room Room admin, Power user, Editor, Form filler, Reviewer, Commentator, Viewer.</li>
</ul>
<table class="table_versionlist">
<tr>
<td></td>
<th>Collaboration room</th>
<td></td>
<th>Public room</th>
<th>Form filling room</th>
<th>Collaboration room</th>
<th>Custom room</th>
</tr>
<tr>
<th>Viewer</th>
<td><span class="yes"></span></td>
<th>Viewer</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Commentator</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Commentator</th>
<td><span class="no"></span></td>
<th>Reviewer</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Reviewer</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Form filler</th>
<td><span class="no"></span></td>
<th>Form filler</th>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Editor</th>
<td><span class="yes"></span></td>
<th>Editor</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Power user</th>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Room admin</th>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
</table>
@ -642,8 +652,8 @@
<div class="PortalHelp">
<p>The Owner, admins and power users can:</p>
<ul>
<li>use the <b>My documents</b> room,</li>
<li>upload and create new files and folders both in the My documents and in other rooms.</li>
<li>use the <b>Documents</b> room,</li>
<li>upload and create new files and folders both in the Documents and in other rooms.</li>
</ul>
<p>The Owner, admins and power users can also manage documents within rooms:</p>
<ul>

View File

@ -25,51 +25,59 @@
<p>When inviting users to a room, admins assign a permission level to a user. A permission level defines which actions with files the user can perform within this room:</p>
<table class="table_versionlist">
<tr>
<td></td>
<th>Collaboration room</th>
<td></td>
<th>Public room</th>
<th>Form filling room</th>
<th>Collaboration room</th>
<th>Custom room</th>
</tr>
<tr>
<th>Viewer</th>
<td><span class="yes"></span></td>
<th>Viewer</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Commentator</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Commentator</th>
<td><span class="no"></span></td>
<th>Reviewer</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Reviewer</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Form filler</th>
<td><span class="no"></span></td>
<th>Form filler</th>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Editor</th>
<td><span class="yes"></span></td>
<th>Editor</th>
<td><span class="no"></span></td>
<td><span class="no"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Power user</th>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
<tr>
<th>Room admin</th>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
</tr>
</table>

View File

@ -33,7 +33,7 @@
<th>User</th>
</tr>
<tr>
<td><span class="pricing">My documents</span></td>
<td><span class="pricing">Documents</span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
<td><span class="yes"></span></td>
@ -221,7 +221,7 @@
<p>Using tools on the top toolbar, you can perform the following operations:</p>
<ul>
<li>Search for a room name using the search bar at the top of the room list.</li>
<li>Filter rooms by member or owner, type (Custom, Collaboration, Public room), the existing tags, third-party resources using the <img alt="Filter icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsfilter.png")%>" /> button. Select the necessary filter parameters and click <b>Apply</b>. To clear the filter, use the <img alt="Clear icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsclear.png")%>" /> icon in the upper right corner.
<li>Filter rooms by member or owner, type (Custom, Collaboration, Form filling, Public room), the existing tags, third-party resources using the <img alt="Filter icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsfilter.png")%>" /> button. Select the necessary filter parameters and click <b>Apply</b>. To clear the filter, use the <img alt="Clear icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsclear.png")%>" /> icon in the upper right corner.
<div class="screen_block">
<img alt="Filter" target="img1_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Small/Filter.png")%>" />
<img alt="Filter" id="img1_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Big/Filter.png")%>" />
@ -234,7 +234,7 @@
</ul>
<p>Using the top panel that appears when one or several rooms are selected in the list, you can perform the following operations:</p>
<ul>
<li>Select rooms by type (All, Custom, Collaboration, Public) using the <img alt="Arrow icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsarrow.png")%>" /> icon.
<li>Select rooms by type (All, Form filling, Custom, Public, Collaboration) using the <img alt="Arrow icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsarrow.png")%>" /> icon.
<div class="screen_block">
<img alt="Select rooms by type" target="img2_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Small/RoomsByType.png")%>" />
<img alt="Select rooms by type" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Big/RoomsByType.png")%>" />
@ -270,6 +270,7 @@
<li><img alt="Pin to top icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dspin.png")%>" /> <b>Pin to top</b> to display the room on the top of the list. You can unpin the pinned room clicking the <img alt="Pin to top icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsunpin.png")%>" /> icon or using the <b>Unpin</b> option in the menu.</li>
<li><img alt="Disable notifications icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsdisablenotifications.png")%>" /> <b>Disable notifications</b> to disable notifications for this room. You can re-enable notifications using the <img alt="Pin to top icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsenablenotifications.png")%>" /> <b>Enable notifications</b> option in the menu.</li>
<%--<li><img alt="Link for room members icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dslink.png")%>" /> <b>Link for room members</b> to get a link to the room.</li>--%>
<li><img alt="Duplicate icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsduplicate.png")%>" /> <b>Duplicate</b> to duplicate the room.</li>
<li><img alt="Download icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsdownload.png")%>" /> <b>Download</b> to download the room.</li>
<li><img alt="Archived icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsarchive.png")%>" /> <b>Move to archive</b> to archive the room. Archived rooms can be restored or deleted.</li>
<li><img alt="Leave the room icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsleave.png")%>" /> <b>Leave the room</b> to leave the room. If you are the room owner, you will need to assign another owner first.</li>
@ -291,15 +292,18 @@
<ul>
<%--<li><img alt="Link for room members icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dslink.png")%>" /> <b>Link for room members</b> to get a link to the room.</li>--%>
<li><img alt="Edit room icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dseditroom.png")%>" /> <b>Edit room</b> to rename the room, add tags or an image, change the room owner.</li>
<li><img alt="Invite users icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsinviteusers.png")%>" /> <b>Invite users</b> to send invitations to users.</li>
<li><img alt="Copy shared link icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/copyicon.png")%>" /> <b>Copy shared link</b> to copy a link to the public or custom room. The contents of the room accessed via this link will be available for viewing without authorization.</li>
<li><img alt="Copy link icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dslink.png")%>" /> <b>Copy link</b> to copy a link to the collaboration room for room members.</li>
<li><img alt="Invite users icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsinviteusers.png")%>" /> <b>Invite users</b> to send invitations to users.</li>
<li><img alt="Info icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsinfoicon.png")%>" /> <b>Info</b> to view the following information: <b>Members</b> (Administration, Users, Expected users), <b>History</b> (Recent activities), <b>Details</b> (Owner, Type, Content, Date modified, Last modified by, Creation date).
<div class="notehelp">The <b>Members</b> screen also allows you to add new members, resend invitations, change the active user permission levels or remove a user from the room.
<p>For a <b>Public room</b>, you can also copy or edit the shared link which is available by default, revoke the shared link (the current link will be deactivated and a new shared link will be created), create additional links with different parameters. For a <b>Custom room</b>, you can create shared and additional links, if necessary.</p>
</div>
</li>
<li><img alt="Duplicate icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsduplicate.png")%>" /> <b>Duplicate</b> to duplicate the room.</li>
<li><img alt="Download icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsdownload.png")%>" /> <b>Download</b> to download the room.</li>
<li><img alt="Move to archive icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsarchive.png")%>" /> <b>Move to archive</b> to archive the room. Archived rooms can be restored or deleted.</li>
<li><img alt="Leave the room icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsleave.png")%>" /> <b>Leave the room</b> to leave the room. If you are the room owner, you will need to assign another owner first.</li>
<li><img alt="Restore icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsrestore.png")%>" /> <b>Restore</b> to restore the archived room.</li>
<li><img alt="Delete icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsdelete.png")%>" /> <b>Delete</b> to move the archived room to Trash.</li>
</ul>
@ -353,5 +357,26 @@
</div>
</li>
</ol>
<p>The room will be available to anyone with the link. External users will have View Only permission for all the files.</p>
<p>The room will be available to anyone with the link. External users will have View Only permission for all the files.</p>
<h6 id="embedding">Embedding public rooms</h6>
<p>You can embed a public room to your website so that the room will be available for viewing without authorization.</p>
<ol>
<li>In the public room menu, use the <img alt="Info icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsinfoicon.png")%>" /> <b>Info</b> item.</li>
<li>Switch to the <b>Members</b> screen.</li>
<li>Click the <img alt="Options icon" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/dsoptionsicon.png")%>" /> icon next to the <b>Shared link</b>.</li>
<li>Choose the <b>Embedding section</b> option.</li>
<li>Add the website URL for embedding to the allow list: click the <b>allow list</b> link to switch to the DocSpace <b>Settings</b> -> <b>Developer Tools</b> -> <b>JavaScript SDK</b> -> <b>Enter the address of DocSpace to embed</b> section, paste the link to your website and press the + icon.</li>
<li>Adjust <b>Display settings</b>: customize the size in the <b>Width</b> and <b>Height</b> fields by entering the required values.</li>
<li>Select <b>Interface elements</b>: uncheck <b>Title</b> and/or <b>Search, filter and sort</b> if you want to disable these elements.</li>
<li>Copy the embedded code by clicking the <b>Copy</b> button.
<div class="screen_block">
<img alt="Embedding" target="img7_eventcom_guides" class="screenphoto screen_guides" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Small/Embedding.png")%>" />
<img alt="Embedding" id="img7_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/Big/Embedding.png")%>" />
<div target="img7_eventcom_guides" class="screenphoto magnifier"></div>
</div>
</li>
<li>Insert the copied code into your website's <b>index.html</b> file.</li>
</ol>
</div>

View File

@ -26,7 +26,8 @@
<ul>
<li><b>Don't ask file name again on creation</b> - is used when creating new files. When this option is enabled, a default name will be assigned to the file. If this option is disabled, the user will be able to enter own file name.</li>
<li><b>Save the file copy in the original format as well</b> - is used when uploaded files are other than .docx/.xlsx/.pptx. When this option is enabled, it allows you to add a converted file as a new separate file. If this option is disabled, a converted file will be added as a new revision of the original file.</li>
<li><b>Display notification when moving items to Trash</b> - is used to hide or show notifications when elements are moved to the Trash.</li>
<li><b>Display notification when moving items to Trash</b> - is used to hide or show notifications when elements are moved to the Trash.</li>
<li><b>Open ONLYOFFICE editor in same tab</b> - is used to open documents in the same browser tab.</li>
</ul>
<div class="screen_block">
<img alt="Room manager settings" id="img2_eventcom_guides" class="bigphoto_screen" src="<%=VirtualPathUtility.ToAbsolute("~/images/Help/GettingStarted/DocSpace/big/RoomManagerSettings.png")%>" />

Binary file not shown.

Before

Width:  |  Height:  |  Size: 168 KiB

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 276 KiB

After

Width:  |  Height:  |  Size: 272 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 166 KiB

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 88 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 181 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

After

Width:  |  Height:  |  Size: 188 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 152 KiB

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 204 KiB

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 169 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 203 KiB

After

Width:  |  Height:  |  Size: 171 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 93 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 46 KiB

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 195 B