SMP 0.0.3 Alpha

Begonnen von Administrator, 16.11.2020, 19:17:40 NACHMITTAGS

Vorheriges Thema - Nächstes Thema

Administrator

Diesmal ein etwas größeres Update:

Durch das Hinzufügen von Beispielmasken und Cliparts ist die Downloadgröße natürlich
mächtig angestiegen. Wer diese nicht benötigt, der kann die Dateien löschen und das Programm
wie vorher standalone nutzen.

Comodo kann eine Warnung schicken. Das liegt aber daran, dass die Datei mit upx gepackt wurde.
Wer möchte, kann die Datei natürlich gern bei Virustotal hochladen und checken lassen.

Changes

  - add: "Insert as new file" from the clipboard in edit menu
  - add: change brightness and contrast (very slow at the moment)
  - add: create different borders:
         *border from file
         *border from mask
         *border from pencil
         *3D-Border
  - add: insert clipart
  - add: change radius in rounded rectangle
  - add: tolerance to floodfill (maybe slow on big pictures)
         tolerace=0 is fast as before
  - add: add or remove to windows "Open With" dialog
  - add: show hidden files in file explorer
  - add: eraser
  - add: double arrow
  - add: hi res png masks and cliparts from onlygfx.com, many thanks to zolee
  - remove: paint dimension
  - change: insert paintings as picture objects
            *objects can be handles as layers
            *send to foreground or background
            *add one or all objects to the picture
            *delete object
            *resize object
  - change: use buttons in tool window
  - change: closed arrows from menu to tool window
  - fix: saveas leave the current notebook page
  - fix: load files from hidden directorys, external devices
  - fix: hang at start while loading thumbnails, if is checked
  - fix: optimize dialogs for higher dpi displays


Know'n limitations/problems:

  - drawing with antialias is not buffered currently, so I draw without it on the screen
    By adding objects to the picture or printing antialias will be used, if selected.
  - the colours in the palette are not in the correct order at the moment, because wxPalette.GetRGB(r,g,b) is not implemented yet
  - drawing Icons does not work correctly, because the pencil must paint under the line and not in the middle
  - brightness and contrast and set transparency are very slow, because I must working with the image pixel, wxImage.GetData() don't return the image datas
  - count colours is very slow also, so at the moment only 256 is counted
  - convert colours is rudimentary, better way is wxQuantize, which is not implemented yet
    convert to 8bit gives 236 colours only with the builtin wxQuantize
  - no scanner support, because wxBasic can't handle windows dll at the moment


Haftungsausschluss:

Ich habe das Programm unter Windows 7 und Windows 10 getestet. Es befindet sich in einem frühem Stadium. Deshalb kann es vorkommen, dass Fehler auftreten.
Sollten Fehler festgestellt werden, so bitte ich Benachrichtigung per Email oder hier im Forum.

Diese Software wird so wie sie ist angeboten. Die Benutzung erfolgt auf eigene Gefahr.


Download:

Smp0.0.3alpha.zip
Dirk
admin@forum.wxbasic.de