Ru-Board.club
← Вернуться в раздел «Программы»

» Paint.NET

Автор: K_Ok_O_S
Дата сообщения: 13.08.2010 00:14
Nimbussr
Спасибо за совет!

Цитата:
Установил Framework 3.5 sp1


Цитата:
Устанавливаю последнюю версию сабжа
,т.е. последнюю версию Paint.NET

Автор: Engaged Clown
Дата сообщения: 31.10.2010 11:29
Paint.NET v3.5.6 Beta
31 October 2010


Цитата:
Every so often an update is necessary to fix 1 bug (http://forums.getpaint.net/index.php?/topic/20196-does-pdn-delete-picture-once-saved/).

This is one of those. Before I describe it, you should head over to the forum and download the beta. I am not making it available via the built-in updater.

The bug in question was reported only recently over on the forum, although I’m pretty sure it’s been in the product since the v3.0 release in early 2007!

It’s classified as a data loss bug, although thankfully it’s a relatively minor one. When Paint.NET starts up, it creates an initial/default image (blank and 800×600) if it wasn’t told to open a specific file. Then, when you eventually/probably open another image it will close that initial/default image as long as it wasn’t modified. The idea is that if you didn’t modify that initial image then you probably don’t care about it, and closing it doesn’t result in any data loss (it’s pretty easy to recreate a blank 800×600 image).

Well, I messed up a little on the implementation of determining whether the image was one that could be automatically discarded. I was only checking the “dirty” bit, which powers the little yellow asterisk you see in the thumbnail list when an image has been modified but not saved. The problem comes with when you modify that initial image, then save it, and then open another image. Paint.NET will incorrectly close that initial image (because the “dirty” bit is set to false) even though you still have items in the history list.

This is especially problematic when you work with a bunch of layers, then save in a format that does not support them (e.g. anything but .PDN). You may want to go back and undo the flatten operation that was performed while saving that image, then make further changes, etc. Inadvertent data loss is the unfortunate result.

And before everyone asks: nothing else is being changed in this release! No new features or tweaks or anything. Those are all being saved for the v4.0 release.

Now, go have a happy Halloween. Please don’t drink too much. I’m personally going out in an astronaut costume, which is pretty awesome.


http://www.getpaint.net/files/zip/test/Paint.NET.3.56.3955.29199.Beta.Install.zip
Автор: opt_step
Дата сообщения: 03.11.2010 09:08
Paint.NET v3.5.6 Beta от 31 October 2010 -- ПОФИКСИЛ ---
Упаковано с помощью ThinApp 4.6.0-287958 (4240)
Тестировалась на Windows XP
Язык интерфейса: Русский
Размер: 3.8 Мб
Ссылка
Автор: Engaged Clown
Дата сообщения: 15.11.2010 12:39
Paint.NET v3.5.6 Beta (Build 3970)
14 November 2010


Цитата:
This release fixes several issues related to copy-paste, improves performance and quality for a few adjustments, and fixes a data loss bug. You can download this using the built-in updater (make sure "Also check for betas" is enabled), or just download it directly from the website: http://www.getpaint.net/ (by the way, please do not directly link to the ZIP files)

I should be able to put out a final (non-beta) release within a week or two.

Here’s what’s changed since v3.5.5:
Improved: When pasting an image, Paint.NET will be smarter about ensuring it is placed within the area that has been scrolled/zoomed to.
Improved: Performance and quality of the Curves and Hue/Saturation adjustments.
Improved: Some minor improvements to memory usage, which should help out a few scenarios on 32-bit systems.
Fixed: Copy-paste from a Remote Desktop session will no longer be ‘shifted’ by 3 pixels.
Fixed: Copy-paste from Internet Explorer, Firefox, or Chrome should preserve alpha/transparency.
Fixed: Copying from Paint.NET and pasting into Windows Live Writer should now work.
Fixed: Taking a full-screen screenshot with Print Screen on a multimonitor system, where those monitors don’t form a simple rectangle, will now fill the ‘gap area’ with transparent instead of black. (Example: two monitors of the same size, one of which is rotated by 90 degrees)
Fixed: If Paint.NET is opened without specifying an image to open, and then the default image is modified and saved, then Paint.NET will no longer close that image upon opening another one. This was causing data loss if that default image had layers, and was then saved in a format that did not support layers (anything other than .PDN).
Fixed: Some systems were showing ‘red X’ thumbnails for .PDN files in Windows Explorer, instead of the real thumbnail.
Fixed: The EXIF "Creation Software" saved along with images is no longer localized. This prevents certain languages from seeing "Paint.NET ????? v3.5.6" in the image properties (metadata).
Автор: Betauser RC
Дата сообщения: 18.11.2010 22:00

Paint.NET 3.5.6 final
[more=what's new]• When pasting an image, Paint.NET will be smarter about ensuring it is placed within the area that has been scrolled/zoomed to.
• Improved the performance and quality of the Curves and Hue/Saturation adjustments.
• Some minor improvements to memory usage, which should help out a few scenarios on 32-bit systems.
• Fixed: If a JPEG was loaded that had an embedded ICC profile, and was then saved as an 8-bit or 24-bit PNG, then the resulting file would be corrupt (32-bit PNG worked fine though).
• Fixed: 16-bit TGAs no longer load with the red and blue channels swapped.
• Fixed: Copy-paste from a Remote Desktop session will no longer be 'shifted' by 3 pixels.
• Fixed: Copy-paste from Internet Explorer, Firefox, or Chrome should preserve alpha/transparency.
• Fixed: Copying from Paint.NET and pasting into Windows Live Writer should now work.
• Fixed: Taking a full-screen screenshot with Print Screen on a multimonitor system, where those monitors don't form a simple rectangle, will now fill the 'gap area' with transparent instead of black. (Example: two monitors of the same size, one of which is rotated by 90 degrees)
• Fixed: If Paint.NET is opened without specifying an image to open, and then the default image is modified and saved, then Paint.NET will no longer close it upon opening another one. This was causing data loss if that default image had layers, and was then saved in a format that did not support layers (anything other than .PDN).
• Fixed: Some systems were showing 'red X' thumbnails for .PDN files in Windows Explorer, instead of the real thumbnail.
• Fixed: The EXIF "Creation Software" saved along with images is no longer localized. This prevents certain languages from seeing "Paint.NET ????? v3.5.6" in the image properties (metadata).[/more]
Автор: Betauser RC
Дата сообщения: 12.02.2011 22:23

Beta version 3.5.7
Цитата:
This update improves reliability of saving, further improves Copy/Paste functionality, and fixes some other miscellaneous bugs. I decided to port the “fault-tolerant save” work I did in the v4.0 codebase back to v3.5.x so that this much-needed reliability improvement could be made available now.

http://forums.getpaint.net/index.php?/topic/21025-paintnet-v357-beta-build-4058/
http://blog.getpaint.net/2011/02/12/paint-net-v3-5-7-beta-build-4058-is-now-available/
Автор: Betauser RC
Дата сообщения: 21.02.2011 10:00

Paint.NET 3.5.7 final
Цитата:
• Saving an image is now fault-tolerant. If there is an error or crash while saving, the original file will be
left alone.
• Worked around a bug in some plugins that are incorrectly using the built-in Gaussian Blur effect.
For example, Sharpen+. Now they won't crash.
• Fixed a bug with Edit->Paste into New Image, where the new image would be 1 pixel too wide or tall,
as reported at http://forums.getpaint.net/index.php?/topic/20969-paste-problem/
• Fixed a bug with the Rectangle Select tool and Fixed Ratio selection, which would be off by 1 pixel,
as reported at http://forums.getpaint.net/index.php?/topic/20820-croppig-by-fixed-ratio-is-inexact
• When pasting an image from Paint.NET into Paint.NET, it will be a little smarter about where it puts the
image. Previously, if the location wasn't within the viewport, it would be placed at the top-left corner of
the viewport. Now it will find the nearest point along the edge of the viewport to place the image.
• The EXIF rotation ("orientation") metadata is now discarded when opening an image,
which was causing aggravation with images that could then never be reoriented correctly using
Image->Rotate
• The EXIF metadata for JPEG thumbnail data are now correctly discarded.
• Fixed a handful of memory leaks.
• Fixed a typo in the Italian translation. In the setup wizard it was referring to "Pain.NET" (woops)
http://forums.getpaint.net/index.php?/topic/21085-paintnet-v357-is-now-available/
http://blog.getpaint.net/2011/02/20/paint-net-v3-5-7-is-now-available/
Автор: Betauser RC
Дата сообщения: 06.03.2011 10:00

Paint.NET 3.5.8
Цитата:
This update fixes some issues with the fault-tolerant save feature introduced in 3.5.7
• Fixed: Saving to a folder that has been moved or renamed will display an error
instead of crashing (regression from 3.5.6)
• Fixed: Saving to a Sharepоint site will now work (regression from 3.5.6)
• Fixed: Saving to a file that is marked as read only will now give an error instead
of crashing (regression from 3.5.6)
• Fixed: General reliability and correctness improvements to fault-tolerant saving
http://blog.getpaint.net/2011/03/05/paint-net-v3-5-8-is-now-available/
http://forums.getpaint.net/index.php?/topic/21205-paintnet-v358-is-now-available/
Автор: Severnoe_Siynie
Дата сообщения: 29.03.2011 01:20
Здравствуйте, господа. Подскажите, как последняя стабильная версия с русификацией для Windows XP SP2?
Автор: egor23
Дата сообщения: 29.03.2011 01:21
Severnoe_Siynie
http://forum.ru-board.com/topic.cgi?forum=5&topic=14535&start=400#7
Автор: Severnoe_Siynie
Дата сообщения: 30.03.2011 06:41
egor23, спасибо!)
Автор: Aleks07
Дата сообщения: 11.04.2011 21:50
Здравствуйте всем! Посоветуйте плагин для улучшения чёткости картинки. Стандартного эффекта резкости иногда не хватает.
Заранее спасибо.
Автор: zeits
Дата сообщения: 11.04.2011 23:59

Цитата:
Посоветуйте плагин для улучшения чёткости картинки.

При всей своей любви к Paint.NET в этих целях использую FastStone Image Viewer...
Автор: Aleks07
Дата сообщения: 12.04.2011 11:19
zeits
...спасибо за совет. Но не хочется ставить софт из-за одного эффекта.
Плагин бы отдельно.
Автор: Riddler1981
Дата сообщения: 25.04.2011 10:30
Доброго дня всем! Не знаю что и делать...Не могу установить сабж в тихом режиме, уже отчаялся...Установлен Net Framework 3.5 SP1, запускаю в командной строке D:\Paint.NET.3.5.8.Install.exe /auto DESKTOPSHORTCUT=1
Открывается окно, распаковываются временные файлы в профиль D:\Documents and Settings\admpetror01\Local Settings\Temp\PdnSetup
Затем файлы удаляются, и все..Установка даже не начинается. В логах пусто. Причем версия PAint.Net 3.36 например ставится на "ура". Коллеги, что то подскажете ценное? P.S. Если ставить 3.5.8 в обычном режиме, все нормально устанавливается
Автор: Engaged Clown
Дата сообщения: 17.05.2011 16:11

Цитата:
Paint.NET 4.0 will not work on Windows XP, but I’ve also recently decided to drop Vista as well.

Хехе, смешно.
Автор: ArtemKa1985
Дата сообщения: 31.05.2011 17:07
подскажите пожалуйста одну вещь. на картинке стоит логотип сайта, можно его с помощью Пэйнт убрать ?
Автор: opt_step
Дата сообщения: 31.05.2011 17:32
фон сложный под логотипом?
Автор: ArtemKa1985
Дата сообщения: 31.05.2011 17:35
такой:
Автор: opt_step
Дата сообщения: 31.05.2011 17:49
ArtemKa1985
начинайте с клонирования, вполне по силам
Автор: ArtemKa1985
Дата сообщения: 31.05.2011 18:08

Цитата:
начинайте с клонирования, вполне по силам

а где кнопка, опция ?

Автор: opt_step
Дата сообщения: 31.05.2011 18:20
ArtemKa1985

Цитата:
а где кнопка, опция ?

Автор: ArtemKa1985
Дата сообщения: 31.05.2011 18:33
opt_step, я не понимаю, что-то мажется мажеться но толком ничего не выходит.
Автор: opt_step
Дата сообщения: 31.05.2011 18:57
ArtemKa1985
http://paintnet.ru/help-2/okno-instrumentov/klonirovanie/

Добавлено:
http://paint-net.ru/?id=54
Автор: zeits
Дата сообщения: 02.06.2011 12:25
ArtemKa1985
Левой ногой за несколько минут на Paint.net можно и так:
Автор: best2006
Дата сообщения: 02.06.2011 13:31
Картинку не видно Уже видно
Автор: zeits
Дата сообщения: 14.06.2011 23:13
MH100181Q
Перекачивал несколько раз (похоже вся статистика по скачиваниям - моя), но архив так и не раскрылся...
Автор: ZEWS
Дата сообщения: 15.06.2011 15:16
zeits
А так?
Автор: zeits
Дата сообщения: 15.06.2011 21:37
ZEWS
Да, спасибо, этот архив распаковался без проблем. К сожалению сама программа на Win 7x64 у меня не запускается. Может мешает установленная программа? Надо попробовать на "чистой" системе...
Автор: MH100181Q
Дата сообщения: 15.06.2011 23:37
zeits

Цитата:
установленная программа? Надо попробовать на "чистой" системе...

скорее всего это не поможет.. вот тут вернул на место кое какие файлы , может поможет,
у меня x64 нет, протестить немогу

Страницы: 12345678910111213141516171819202122

Предыдущая тема: Помогите с выбором программы на КПК PalmOS


Форум Ru-Board.club — поднят 15-09-2016 числа. Цель - сохранить наследие старого Ru-Board, истории становления российского интернета. Сделано для людей.